Webhooks
Webhooks allow your application to receive real-time notifications about WhatsApp events, without needing to poll.
How it works
- You register a URL in the Atendia Dashboard
- When an event occurs (inbound message, status update, etc.), Atendia sends a
POSTto your URL with the event payload - Your application processes the event and responds with
200 OK
Registering your URL
- Access dashboard.atendia.app
- Go to Settings → Webhooks
- Enter your URL and select the desired events
- Save — you will receive a
webhook_secretto verify the requests
tip
Your URL must be publicly accessible via HTTPS.