What happens
match, mismatch_confirmed, mismatch_dismissed, and new_asset alike. If you only want mismatches, filter for them inside the Make scenario (see below).
Step 1 — Create the Make scenario
- In Make, create a new scenario
- Add a Webhooks module → Custom webhook as the trigger
- Click Add, name it (e.g.
Forager Attestations), and save - Copy the generated webhook URL — it looks like
https://hook.us1.make.com/xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
Step 2 — Add the webhook in Forager
- Go to Dashboard → Settings → CMDB Webhooks → Add Webhook
- Fill in:
- Save. The webhook fires on every attestation from this point forward.
Recommended JSON template
This is Forager’s defaultwebhook_configs payload template — it works unmodified for Make:
Available template variables
Step 3 — Filter for mismatches only (optional)
Because Make receives every attestation, add a Filter immediately after the trigger module if your scenario should only act on mismatches:- Click the filter icon on the connection between the trigger and your next module
- Set the condition:
{{type}}Equal tomismatch_confirmed - Save
Troubleshooting
See also
Zapier Integration
Instant triggers via Forager’s private Zapier app — no webhook template needed
Webhook Reference
Full schema and delivery behavior for Forager’s custom CMDB webhooks