API ReferenceWebhooksUpdate Webhook
Update Webhook
Modify any existing properties of a registered webhook, including its endpoint URL and event subscriptions.
PUT
https://wapi.simplysend.email/web-setup/webhooks/{webhookId}Parameters
webhookIdRequiredstring
The unique identifier of the webhook to update.
namestring
The new friendly name for the webhook.
urlstring
The new delivery URL.
isActiveboolean
Whether the webhook status is active or disabled.
eventsarray
New list of subscribed event types. See the Valid Event Types overview for available options.
headersobject
New custom key-value pairs to be included in the header of every webhook request.
RequestPUT
Response
