Skip to main content
Forager has no dedicated Make.com app. Instead, Make connects through the same outbound CMDB webhook system used for ServiceNow, Freshservice proxies, and other targets — pointed at a Make Custom webhook trigger. No API key is needed. Choose this approach if you’re building automations in Make and want Forager attestations as a trigger, without waiting on a dedicated Make app.

What happens

Every attestation is sent — 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

  1. In Make, create a new scenario
  2. Add a Webhooks module → Custom webhook as the trigger
  3. Click Add, name it (e.g. Forager Attestations), and save
  4. Copy the generated webhook URL — it looks like https://hook.us1.make.com/xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx

Step 2 — Add the webhook in Forager

  1. Go to Dashboard → Settings → CMDB WebhooksAdd Webhook
  2. Fill in:
  1. Save. The webhook fires on every attestation from this point forward.

This is Forager’s default webhook_configs payload template — it works unmodified for Make:

Available template variables

The default template doesn’t include {{type}}. Add "type": "{{type}}" to the JSON template in Forager if you want to filter on attestation outcome inside Make — see Step 3.

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:
  1. Click the filter icon on the connection between the trigger and your next module
  2. Set the condition: {{type}} Equal to mismatch_confirmed
  3. Save
Only attestations where a tech confirmed a location discrepancy will continue past this point in the scenario.

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