On this page

Webhooks for custom monitors

Webhooks are automated messages your application sends when something happens. They include a message, or payload, and send it to a unique endpoint. Webhooks let one application deliver real-time information to other applications without waiting for your API to poll data.

Custom alerts notify you when your most important KPIs change in meaningful ways.

With webhooks for custom monitors, you can send triggered monitors to an endpoint whenever user behavior changes in a way that affects your KPIs.

Create and configure a webhook

To create and configure a webhook:

  1. Navigate to Organization settings > Projects.
  2. Click the name of the project you want to receive notifications for.
  3. Click the Webhooks tab. Use this tab to manage webhooks and automatic and custom monitors. The owner of the webhook, managers, and admins can edit or delete webhooks.
  4. To create a new webhook, click + Create.
  5. Give your webhook a name and paste the URL of the endpoint that receives the message.
  6. At the bottom, select the custom monitors to send to the endpoint you configured.

After you choose your custom monitors, click Send a test message to test the endpoint and view how the message posts to your endpoint.

Was this helpful?