Skip to content

Commit b00c769

Browse files
authored
feat(docs): increase webhook URL length limit to 500 (#1622)
1 parent ddbf471 commit b00c769

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

src/pages/management/configuration-api/index.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3712,7 +3712,7 @@ For `bot` webhooks, you need to [create a bot](#create-bot), [register webhooks]
37123712
| ----------------------------------------------- | -------- | ---------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
37133713
| `action`<sup>**2**</sup> | yes | `string` | The [action](#triggering-actions) that triggers sending a webhook. |
37143714
| `secret_key` | yes | `string` | The secret key sent in webhooks to verify the source of a webhook. |
3715-
| `url` | yes | `string` | Destination URL for the webhook |
3715+
| `url` | yes | `string` | Destination URL for the webhook. Max: 500 characters. |
37163716
| `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`) |
37173717
| `description` | no | `string` | Webhook description |
37183718
| `filters` | no | `object` | Filters to check if a webhook should be triggered. |

src/pages/management/configuration-api/v3.5/index.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3212,7 +3212,7 @@ For `bot` webhooks, you need to [create a bot](#create-bot), [register webhooks]
32123212
| ----------------------------------------------- | -------- | ---------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
32133213
| `action`<sup>**2**</sup> | yes | `string` | The [action](#triggering-actions) that triggers sending a webhook. |
32143214
| `secret_key` | yes | `string` | The secret key sent in webhooks to verify the source of a webhook. |
3215-
| `url` | yes | `string` | Destination URL for the webhook |
3215+
| `url` | yes | `string` | Destination URL for the webhook. Max: 500 characters. |
32163216
| `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`) |
32173217
| `description` | no | `string` | Webhook description |
32183218
| `filters` | no | `object` | Filters to check if a webhook should be triggered. |

src/pages/management/configuration-api/v3.7/index.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3867,7 +3867,7 @@ For `bot` webhooks, you need to [create a bot](#create-bot), [register webhooks]
38673867
| ----------------------------------------------- | -------- | ---------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
38683868
| `action`<sup>**2**</sup> | yes | `string` | The [action](#triggering-actions) that triggers sending a webhook. |
38693869
| `secret_key` | yes | `string` | The secret key sent in webhooks to verify the source of a webhook. |
3870-
| `url` | yes | `string` | Destination URL for the webhook |
3870+
| `url` | yes | `string` | Destination URL for the webhook. Max: 500 characters. |
38713871
| `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`) |
38723872
| `description` | no | `string` | Webhook description |
38733873
| `filters` | no | `object` | Filters to check if a webhook should be triggered. |

0 commit comments

Comments
 (0)