You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/pages/management/changelog/index.mdx
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -47,6 +47,7 @@ Use [**Update an account**](/authorization/global-accounts-api#tag/Accounts/path
47
47
- The [**Configuration**](/management/webhooks/v3.6#configuration) webhooks now contain a new `requester` property. The property contains details of who triggered the webhook: `user_id`, `client_id` and `account_id`.
Copy file name to clipboardExpand all lines: src/pages/management/configuration-api/index.mdx
+1-2Lines changed: 1 addition & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3294,7 +3294,7 @@ For `bot` webhooks, you need to [create a bot](#create-bot), [register webhooks]
3294
3294
|`action`<sup>**2**</sup> | yes |`string`| The [action](#triggering-actions) that triggers sending a webhook. |
3295
3295
|`secret_key`| yes |`string`| The secret key sent in webhooks to verify the source of a webhook. |
3296
3296
|`url`| yes |`string`| Destination URL for the webhook |
3297
-
|`additional_data`| no |`[]string`| Additional data arriving with the webhook. Value: `chat_properties`, `chat_presence_user_ids` (all actions except for `agent_status_changed`, `agent_deleted`, `incoming_customer`) |
3297
+
|`additional_data`| no |`[]string`| Additional data arriving with the webhook. Value: `chat_properties`, `chat_presence_user_ids` (all actions except for `agent_status_changed`, `agent_deleted`) |
3298
3298
|`description`| no |`string`| Webhook description |
3299
3299
|`filters`| no |`object`| Filters to check if a webhook should be triggered. |
3300
3300
|`filters.author_type`| no |`string`| Possible values: `customer`, `agent`; allowed only for the `incoming_event` and `event_updated` actions. |
@@ -3333,7 +3333,6 @@ For `bot` webhooks, you need to [create a bot](#create-bot), [register webhooks]
Copy file name to clipboardExpand all lines: src/pages/management/configuration-api/v3.7/index.mdx
+1-2Lines changed: 1 addition & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3294,7 +3294,7 @@ For `bot` webhooks, you need to [create a bot](#create-bot), [register webhooks]
3294
3294
|`action`<sup>**2**</sup> | yes |`string`| The [action](#triggering-actions) that triggers sending a webhook. |
3295
3295
|`secret_key`| yes |`string`| The secret key sent in webhooks to verify the source of a webhook. |
3296
3296
|`url`| yes |`string`| Destination URL for the webhook |
3297
-
|`additional_data`| no |`[]string`| Additional data arriving with the webhook. Value: `chat_properties`, `chat_presence_user_ids` (all actions except for `agent_status_changed`, `agent_deleted`, `incoming_customer`)|
3297
+
|`additional_data`| no |`[]string`| Additional data arriving with the webhook. Value: `chat_properties`, `chat_presence_user_ids` (all actions except for `agent_status_changed`, `agent_deleted`) |
3298
3298
|`description`| no |`string`| Webhook description |
3299
3299
|`filters`| no |`object`| Filters to check if a webhook should be triggered. |
3300
3300
|`filters.author_type`| no |`string`| Possible values: `customer`, `agent`; allowed only for the `incoming_event` and `event_updated` actions. |
@@ -3333,7 +3333,6 @@ For `bot` webhooks, you need to [create a bot](#create-bot), [register webhooks]
0 commit comments