type: object properties: id: type: number description: The ID of the webhook url: type: string description: The url to which the events will be send name: type: string description: The name of the webhook subscriptions: type: array items: type: string enum: [ conversation_created, conversation_status_changed, conversation_updated, contact_created, contact_updated, message_created, message_incoming, message_outgoing, message_updated, webwidget_triggered, inbox_created, inbox_updated, conversation_typing_on, conversation_typing_off, conversation_recording, provider_event_received, internal_chat_message_created, internal_chat_message_updated, internal_chat_message_deleted, internal_chat_channel_updated ] description: The list of subscribed events account_id: type: number description: The id of the account which the webhook object belongs to