Skip to main content
Webhooks are configured in the dashboard under Settings -> Integrations -> Webhooks. Webhooks let you receive real-time notifications when events happen in Nexor. Instead of polling the API, Nexor sends an HTTP POST to your endpoint whenever a lead changes status, a meeting is booked, cancelled, or completed.

How it works

  1. Configure a webhook in the Nexor dashboard with your endpoint URL and the events you want to receive.
  2. Nexor detects an event (e.g. lead status changes from new to contacted).
  3. Nexor sends a signed POST request to your URL with the event payload.
  4. Your server responds with 2xx to acknowledge receipt.
If your server doesn’t respond or returns an error, Nexor retries up to 3 times with exponential backoff (1 min, 5 min, 30 min).

Supported events

Payload structure

Every webhook delivery follows the same envelope:

Headers

Every delivery includes these headers:
Last modified on July 13, 2026