Skip to main content
Offboard.tech ships an official Zapier app with three triggers for completed exit interviews, weekly summary reports, and abnormal churn spike alerts. Zaps subscribe via REST hooks — events are pushed in real time, no polling.

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

  1. Create a Zap and choose the Offboard.tech app.
  2. When prompted for credentials, paste your API key.
  3. Zapier verifies the key against your workspace — the connection label shows your workspace name.

3. Pick a trigger

Trigger Output

Every trigger emits the same WebhookPayload 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:
Valid 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).