What the integration does
Forager’s Zapier app exposes two instant triggers (delivered via REST hooks, not polling):
Both triggers fire within seconds of the scan, the same as Forager’s CMDB webhooks.
Step 1 — Generate an API key
- Go to Dashboard → Settings → API Keys & Zapier
- Click Generate Key
- Copy the key immediately — it is shown only once and cannot be retrieved again after you leave the page
Step 2 — Accept the private app invite
Forager’s Zapier app is currently unlisted (private). Your Forager administrator will provide an invite link to the private app — accepting it adds “Forager” as an available app in your Zapier account. You only need to do this once per Zapier account.Step 3 — Build a Zap
- In Zapier, create a new Zap and search for Forager as the trigger app
- Choose New Attestation or Mismatch Detected as the trigger event
- Click Connect Account and paste the API key from Step 1
- Click Test trigger — Zapier pulls a handful of recent attestations (or mismatches) as sample data so you can map fields into the rest of your Zap
- Add your action steps (Slack message, Google Sheets row, ticket creation, etc.) and turn the Zap on
Payload field reference
Every trigger delivers the same shape, regardless of which of the two triggers fired:Mismatch Detected only ever delivers
type: "mismatch_confirmed" — it’s a pre-filtered feed of the New Attestation trigger. Use it when you only care about location discrepancies and don’t want to add a Zapier filter step.Revoking access
Revoking the API key (Settings → API Keys & Zapier → Revoke) immediately deletes all Zapier subscriptions tied to it. Any Zaps using that connection stop receiving events right away — you’ll need to generate a new key and reconnect before they’ll fire again.Troubleshooting
See also
Make.com Integration
Reuse Forager’s existing CMDB webhooks to trigger Make scenarios
Webhook Reference
Schema and delivery behavior for Forager’s custom CMDB webhooks