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
- In Make, create a scenario starting with the Webhooks → Custom webhook trigger; copy its URL.
- In Innkept: Integrations → New integration → Webhook, paste the URL.
- Submit a test enquiry through your widget (or the demo page) so Make can learn the payload structure.
- Map
lead.name,lead.email,quote.proposal_url, etc. into your downstream modules.
n8n
- Add a Webhook node (method POST), copy the production URL.
- Paste it into a new Innkept Webhook destination.
- Optional but recommended: verify our signature in a Function node —
HMAC-SHA256 of
{timestamp}.{body}with your signing secret, compared against theX-Innkept-Signatureheader. 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.