Update Webhook

Update an existing webhook settings by its unique ID.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Path Params
integer
required

The unique identifier of the webhook

Body Params

Update data for new webhook

The name of the webhook

length ≥ 1

The specified endpoint url the payload will be sent to when the event is triggered. Must be a valid https endpoint.

The secret key for this webhook

Determines whether the webhook settings is disabled or enabled upon creation. Default to enabled.

The feature type of the webhook. Current options are: users, forms, time_activity, tasks

The ID of the entity scoping this webhook, as a string. For numeric-scoped features (e.g. time activity, shift scheduler) pass the numeric ID as a string, e.g. "67". For string-scoped features (e.g. chat) pass the domain identifier directly, e.g. "conv_abc". If both entity_id and object_id are provided, entity_id wins.

deprecated

Deprecated. Use entity_id instead. Kept for backward compatibility.

array | null

The event types under the specified feature type. The list of events is available in the Guides section or on the platform.

The version of the webhook payload schema.

Responses

Language
Credentials
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json