Update a webhook object in the account
This token can be obtained by visiting the profile page or via rails console. Provides access to endpoints based on the user permissions levels. This token can be saved by an external system when user is created via API, to perform activities on behalf of the user.
The numeric ID of the account
The numeric ID of the webhook
The url where the events should be sent
"https://example.com/webhook"
The name of the webhook
The events you want to subscribe to.
conversation_created, conversation_status_changed, conversation_updated, message_created, message_updated, contact_created, contact_updated, webwidget_triggered [
"conversation_created",
"conversation_status_changed"
]Success
The ID of the webhook
The url to which the events will be send
The name of the webhook
The list of subscribed events
conversation_created, conversation_status_changed, conversation_updated, contact_created, contact_updated, message_created, message_updated, webwidget_triggered The id of the account which the webhook object belongs to