Webhooks object

Learn more about webhooks in the corresponding article.

FieldTypeDescription
webhook_idstringA unique identifier of the webhook.
urlstringSpecified URL.
branchstringIf webhook is limited to single branch.
secretstringX-Secret header sent with webhook requests.
eventsarray of stringsList of events webhook is subscribed to. See our documentation for available events and payload examples.
event_lang_maparray of objectsList of maps with languages assigned to the events. Every object contains the following fields:
event (string) — Event name.
lang_iso_codes (array of string) — List of languages iso codes.