put
https://api.suresend.ai/api/partner/webhooks/
Update an existing webhook's configuration.
Updatable Fields:
name- Change the webhook nameurl- Change the delivery URL (must be HTTPS)status- Change webhook status (active, disabled)events- Update subscribed events
Status Management:
active- Webhook is enabled and will receive deliveriesdisabled- Webhook is disabled and will not receive deliveriesfailed- Automatically set after 10 consecutive failures
Note: You cannot update the system identifier or secret key. To rotate the secret key, use the regenerate secret endpoint.
Example:
{
"webhook": {
"status": "disabled"
}
}