Webhook Notifications
Use Webhooks to send Pulsetic alerts directly to other systems or applications in real-time. When your website has an issue, Pulsetic sends a message (a POST request) to the URL you provide. This allows you to integrate Pulsetic alerts with your tools or automated workflows, such as custom dashboards or team messaging systems. You can set up up to 10 different Webhook URLs.
Setup Steps
Step 1: On the Alerts tab, select Webhook.

Step 2: Enter your Webhook URL and tap Save.
Step 3: Select which types of alerts you want sent to the Webhook URL:
- Send Online Request - to notify when the monitored item comes back online
- Send Offline Request - to notify when the monitored item goes offline
- Send SSL Expires Soon Request - to warn about expiring SSL/TLS certificates

Pulsetic sends a payload similar to this example:
[ 'embeds' => [ [ 'title' => "Pulsetic notification", 'description' => "<url> became online! \n It was down for <downtime> \n For more information visit <url>", 'color' => '7506394' ] ] ]
