Skip to main content
PATCH
Update Webhook
Update any combination of fields on an existing webhook. Only include the fields you want to change.

Authentication


Path parameters

string
required
Webhook ID.

Request body

All fields are optional. Include only what you want to change.
string
New endpoint URL.
string[]
New event subscriptions. Replaces the existing list (not a merge). Valid values: message.sent, message.failed, message.fallback, message.reply, message.reaction, message.opened, message.ai_draft, message.ai_draft_approved, message.ai_draft_rejected.
string
New name.
string
New description.
boolean
Set false to pause delivery without deleting the webhook. Set true to resume.

Examples

200 Response

Errors