Learn more about webhooks in the corresponding article.
Field | Type | Description |
---|---|---|
webhook_id | string | A unique identifier of the webhook. |
url | string | Specified URL. |
branch | string | If webhook is limited to single branch. |
secret | string | X-Secret header sent with webhook requests. |
events | array of strings | List of events webhook is subscribed to. See our documentation for available events and payload examples. |
event_lang_map | array of objects | List 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. |