- Endpoint URL
- Enabled/disabled status
- Event subscriptions
- URL changes take effect immediately
- Disabling pauses all deliveries
- Event changes apply to future events only
- Change endpoint URL
- Enable/disable specific events
- Temporarily pause webhook
- Add new event types
Authorizations
Team API key for authentication. Find your API key in SendX Settings → Team API Key.
Example:
X-Team-ApiKey: your_team_api_key_here
Path Parameters
Webhook identifier to update
Body
Webhook endpoint URL
"https://api.example.com/webhooks/sendx"
Whether webhook is enabled
Trigger webhook when a contact unsubscribes
Trigger webhook when an email is dropped
Trigger webhook when an email bounces
Trigger webhook when an email is marked as spam
Trigger webhook when a link in the email is clicked
Trigger webhook when an email is opened
Trigger webhook when a new contact is created
Response
✅ Webhook updated successfully
"webhook_9l154iiXlZoPo7vngmamee"
Webhook endpoint URL
"https://api.example.com/webhooks/sendx"
Whether webhook is enabled
Trigger webhook when a contact unsubscribes
Trigger webhook when an email is dropped
Trigger webhook when an email bounces
Trigger webhook when an email is marked as spam
Trigger webhook when a link in the email is clicked
Trigger webhook when an email is opened
Trigger webhook when a new contact is created