Create webhook
Create individual webhook settings under specified details
Request body
The name of the webhook
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. Use entity_id instead. Kept for backward compatibility.
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. Defaults to 1.
Response
Successful Response