Tempivo Help

Webhooks

Webhooks send HTTPS POST requests to your endpoint when events happen in Tempivo.

Set up

  1. Open Integrations → Webhooks and enable webhooks for the organization.
  2. Create a webhook with a name and an HTTPS URL.
  3. Choose events: alert created, alert resolved, or measurement data (delivered after hourly aggregation).
  4. 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?

On this page