Custom Webhook notifications
You can set your own webhook URL where you will receive POST request when your monitor status has been updated.
Last updated
You can set your own webhook URL where you will receive POST request when your monitor status has been updated.
Last updated
Go to our dashboard, click on edit monitor button, and then click on enable Webhook notifications button and enter your webhook URL. Your webhook URL must return 200 status code.
You can use pipedream to make your webhook and to receive notifications on any service You can find Discord embed notifications example pipedream webhook which you can copy and modify here.
We are sending POST request with the following body content in JSON (header Content-Type: application/json
):
If your webhook does not work, you should disable webhook notifications to prevent our system from making useless requests.
If you are using your own webhook using webserver like express, make sure that the route name is some secure random generated string, or someone else can guess the webhook URL and send you fake notifications.
If request to your custom webhook URL has failed, our system may automatically disable notifications for you and you will need to enable it again on dashboard.