Webhooks
Webhooks send HTTPS POST requests to your endpoint when events happen in Tempivo.
Set up
- Open Integrations → Webhooks and enable webhooks for the organization.
- Create a webhook with a name and an HTTPS URL.
- Choose events: alert created, alert resolved, or measurement data (delivered after hourly aggregation).
- Copy the signing secret. It starts with
whsec_.
Verify signatures
Each delivery includes an X-Tempivo-Webhook-Signature header. Verify it with your whsec_ secret to confirm the request came from Tempivo. See the REST API reference for the exact scheme.
Use the Test button to send a sample event, and delete webhooks you no longer need.
How is this guide?