Outbound Webhooks (Zapier, CRM & Custom Tools) | Planadar Help

Outbound Webhooks

Get real-time notifications in your own systems when things happen in your event. Available on the Growth plan and above.

Add an endpoint

Event Console → Settings → Integrations → Webhooks → Add endpoint:

  1. Paste your HTTPS endpoint URL.
  2. Choose the events to receive.
  3. A signing secret is generated automatically.

Events

Payloads & signing

We POST JSON { id, type, event_id, created_at, data } and sign every request using the Standard Webhooks scheme (webhook-id, webhook-timestamp, webhook-signature headers). Verify with any Standard Webhooks / Svix library and your endpoint's signing secret.

Testing & reliability

See Connect Planadar to Zapier to use these as no-code triggers.