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

id
string
required
Webhook ID.

Request body

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

Examples

200 Response

Errors