Documentation Index
Fetch the complete documentation index at: https://docs.insitechat.ai/llms.txt
Use this file to discover all available pages before exploring further.
Overview
InsiteChat integrates with Zapier using Webhooks by Zapier — an instant trigger that sends event data to Zapier whenever something happens in your chatbot. From there, Zapier can route the data to 6,000+ apps like Google Sheets, HubSpot, Mailchimp, Salesforce, and more.This also works with Make.com (Integromat) and n8n — just paste any webhook URL.
Setup
Create a zap in Zapier
Go to zapier.com and create a new Zap. For the trigger, search for “Webhooks by Zapier” and choose “Catch Hook”. Zapier will give you a unique webhook URL.
Add webhook in InsiteChat
Go to your chatbot → Webhooks tab → click Add Webhook. Paste the Zapier webhook URL.
Select events
Choose which events to send to Zapier:
lead.captured— visitor submits lead formmessage.received— visitor sends a messageconversation.started— new chat session beginsconversation.escalated— visitor requests human help
Payload format
Every webhook sends a JSON payload:Security
All webhook payloads are signed with HMAC-SHA256. The signature is sent in theX-InsiteChat-Signature header. Your signing secret is shown on the webhook card in the dashboard.
Retry policy
Failed deliveries are retried up to 3 times with exponential backoff:- 1st retry: after 1 minute
- 2nd retry: after 5 minutes
- 3rd retry: after 15 minutes
Popular automations
| Trigger | Action | Use Case |
|---|---|---|
| Lead Captured | Google Sheets → Add Row | Log all leads in a spreadsheet |
| Lead Captured | HubSpot → Create Contact | Auto-sync leads to CRM |
| Conversation Escalated | Slack → Send Message | Alert team about urgent requests |
| Lead Captured | Mailchimp → Add Subscriber | Add leads to email list |
| Message Received | Notion → Create Page | Log conversations for review |
