innkept

Make & n8n

Use the signed webhook destination with a Make or n8n trigger — recipes included.

Make (ex-Integromat) and n8n both speak inbound webhooks, so they ride on Innkept's signed webhook destination — every field in the payload is then available to any of their downstream modules.

Make

  1. In Make, create a scenario starting with the Webhooks → Custom webhook trigger; copy its URL.
  2. In Innkept: Integrations → New integration → Webhook, paste the URL.
  3. Submit a test enquiry through your widget (or the demo page) so Make can learn the payload structure.
  4. Map lead.name, lead.email, quote.proposal_url, etc. into your downstream modules.

n8n

  1. Add a Webhook node (method POST), copy the production URL.
  2. Paste it into a new Innkept Webhook destination.
  3. Optional but recommended: verify our signature in a Function node — HMAC-SHA256 of {timestamp}.{body} with your signing secret, compared against the X-Innkept-Signature header. Details in the webhook reference.

Payload

Identical to the plain webhook destination — see the payload reference. The signing secret is per-integration and rotatable from the dashboard.

Something missing or wrong? Tell us.

Updated regularly. UK English. No AI slop.