Setup
1. Generate an API key
Dashboard → Settings → Zapier → Generate. The key is shown once — copy it and store it somewhere safe. Regenerating overwrites (revokes) the old key; Revoke disables Zapier access entirely.2. Connect in Zapier
- Create a Zap and choose the Offboard.tech app.
- When prompted for credentials, paste your API key.
- Zapier verifies the key against your workspace — the connection label shows your workspace name.
3. Pick a trigger
Trigger Output
Every trigger emits the sameWebhookPayload shape documented in Webhooks, plus an id field Zapier uses for dedup (equal to metadata.event_id):
Interview Finished — sample
Weekly Report — sample
Abnormal Churn — sample
Delivery Semantics
Abnormal Churn has no historical sample until the first alert fires — during Zap setup the editor falls back to the built-in sample. This is expected.
REST Hook API (for custom integrations)
The Zapier app is a thin client over a public hook-management API — you can drive it directly if you don’t use Zapier:trigger_key values: interview_finished, weekly_report, abnormal_churn. Target URLs must be https:// and pass the same SSRF rules as webhooks (no private IPs, localhost, or internal hostnames).