Webhooks
Automation
Send every response — and every automation event you turn on — straight to an HTTPS endpoint you control, no vendor in the middle. Each request is signed with HMAC-SHA256 so you can verify it genuinely came from ChatWisp, and we retry once on a 5xx or 429; only a 2xx response counts as delivered.
Sends responses
What you can do
- Pipe responses into your own database or queue
- Trigger internal workflows with no off-the-shelf integration
- Fan out to systems only your backend knows about
- Keep customer data entirely inside your own infrastructure
Authentication
Paste a webhook URL
How to connect
- Expose an HTTPS endpoint that accepts a POST with a JSON body.
- Paste its URL here.
- Optionally set a signing secret and verify the X-Wisp-Signature header — HMAC-SHA256 of "{timestamp}.{raw body}", compared in constant time, rejecting timestamps older than about 5 minutes.
- Click “Send test event” and confirm you received it.
- Return a 2xx quickly — we retry once on a 5xx or 429.
Ready to connect Webhooks? Head to your dashboard.
Go to Integrations →