How it works
- Configure a webhook in the Nexor dashboard with your endpoint URL and the events you want to receive.
- Nexor detects an event (e.g. lead status changes from
newtocontacted). - Nexor sends a signed POST request to your URL with the event payload.
- Your server responds with
2xxto acknowledge receipt.