Skip to content

Support

support_webhook_update

Edit a registered endpoint: its url, the event types it subscribes to, its description or its status.

Tool

support_webhook_update

Edit a registered endpoint: its url, the event types it subscribes to, its description or its status.

Edit a registered endpoint: its url, the event types it subscribes to, its description or its status. Setting status to disabled keeps the registration and stops delivery. Omit a field to leave it alone; pass null to clear the description. The signing secret is not editable here — rotate it instead

Behavior

HTTP
PATCH /support/webhooks/:id

Arguments

NameTypeRequiredDescription
idstringWebhook id
urlstringHTTPS endpoint the event is POSTed to. Plain http:// is rejected
statusstringactive delivers events; disabled keeps the registration and stops delivery
eventTypesarrayEvent types this endpoint subscribes to. One or more of support.message.created, support.thread.status-changed, support.thread.assigned, support.survey.published, support.response.created
descriptionstringFree-form note about what this endpoint is for, up to 1000 characters

Response

FieldTypeAlwaysDescription
idstringWebhook id
urlstringHTTPS endpoint events are POSTed to
statusstringactive or disabled
createdAtstringISO-8601 creation timestamp
updatedAtstringISO-8601 last-update timestamp
eventTypesarrayEvent types this endpoint subscribes to
descriptionstringFree-form note, or null
secretPrefixstringFirst characters of the signing secret, to tell endpoints apart. Never the whole secret

Try it

Edit a registered endpoint: its url, the event types it subscribes to, its description or its status.

When to use

Edit a registered endpoint: its url, the event types it subscribes to, its description or its status. Setting status to disabled keeps the registration and stops delivery. Omit a field to leave it alone; pass null to clear the description. The signing secret is not editable here — rotate it instead

Example

Ask your agent something like this:

Edit a registered endpoint: its url, the event types it subscribes to, its description or its status.

The agent will invoke support_webhook_update with these arguments:

{
  "id": "<id>"
}

Esc

Start typing to search the docs.

navigateselect