What is a webhook?
We use webhooks to push real-time notifications to you about your WhatsApp devices. All webhooks use HTTPS and deliver a JSON payload that can be used by your application. You can use webhook feeds to do things like:- Process incoming messages and send automated responses
- Track when a device connects or disconnects
- Monitor QR code generation for device pairing
- Build real-time integrations with your existing systems
Steps to receive a webhook
You can start receiving real-time events in your app using the steps below:- Create a local endpoint to receive requests
- Register your development webhook endpoint in the Chatlevel app
- Test that your webhook endpoint is working
- Deploy your webhook endpoint to production
