ChatWispChatWisp

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

Authentication

Paste a webhook URL

How to connect

  1. Expose an HTTPS endpoint that accepts a POST with a JSON body.
  2. Paste its URL here.
  3. 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.
  4. Click “Send test event” and confirm you received it.
  5. Return a 2xx quickly — we retry once on a 5xx or 429.

Ready to connect Webhooks? Head to your dashboard.

Go to Integrations →