How it works
When a chat is assigned in Clapvo, we send an HTTPPOST request to the endpoint URL you configure. Your endpoint should respond quickly with a 2xx status code to acknowledge receipt.
Configure the webhook
1
Open the Developer section
Go to the Developer section in Clapvo, where you manage API tokens and webhooks.
2
Add a webhook endpoint
Enter the HTTPS URL where Clapvo should send the event.
3
Subscribe to Chat Assigned
Select the Chat Assigned event.
4
Save
Clapvo starts delivering the event to your endpoint.
Verify and respond
- Your endpoint must be reachable over HTTPS.
- Return a
2xxstatus code to acknowledge the event. - If your endpoint returns an error or times out, delivery is considered failed.