Skip to content

Commit bc46804

Browse files
authored
feat: agent-api: add customer's email filter to list_archives v3.6 (#1567)
1 parent 786cb2d commit bc46804

File tree

3 files changed

+3
-0
lines changed

3 files changed

+3
-0
lines changed

src/pages/messaging/agent-chat-api/changelog/index.mdx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ The developer preview version provides a preview of the upcoming changes to the
2525

2626
- The **Get Chat** ([Web](/messaging/agent-chat-api/v3.6/#get-chat) & [RTM](/messaging/agent-chat-api/v3.6/rtm-reference/#get-chat)) method now validates access to the requested thread.
2727
- The **List Chats** ([Web](/messaging/agent-chat-api/v3.6/#list-chats) & [RTM](/messaging/agent-chat-api/v3.6/rtm-reference/#list-chats)) method filter `include_active` is replaced with `active` and now allows filtering only active, only inactive or both types of chats.
28+
- The **List Archives** ([Web](/messaging/agent-chat-api/v3.6/#list-archives) & [RTM](/messaging/agent-chat-api/v3.6/rtm-reference/#list-archives)) method has a new filter, `customer_email`.
2829
- The [**Thread**](/messaging/agent-chat-api/v3.6/data-structures/#threads) data structure has a new `customer_visit` field.
2930
- The [**agent_disconnected**](/messaging/agent-chat-api/v3.6/rtm-pushes#agent_disconnected) push has a reason for disconnection, `role_permissions_changed`.
3031

src/pages/messaging/agent-chat-api/v3.6/index.mdx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -511,6 +511,7 @@ The list classification is based on threads; 1 chat per 1 thread. Thus, the same
511511
| `filters.greetings.<greetings_filter_type>` | No | `any` | **\*\*\*\*\*\*** **described below** |
512512
| `filters.agent_response.<agent_response_filter_type>` | No | `any` | **\*\*\*\*\*\*\*** **described below** |
513513
| `filters.customer_countries.<filter_type>` | No | `any` | It supports country codes with the `ISO 3166-1 Alpha-2` format. |
514+
| `filters.customer_email` | No | `string` | |
514515
| `page_id` | No | `string` | |
515516
| `sort_order` **\*\*\*\*\*** | No | `string` | Default: `desc` |
516517
| `limit` | No | `number` | Default: 10, min: 1, max: 100 |

src/pages/messaging/agent-chat-api/v3.6/rtm-reference/index.mdx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -571,6 +571,7 @@ The list classification is based on threads; 1 chat per 1 thread. Thus, the same
571571
| `filters.greetings.<greetings_filter_type>` | No | `any` | **\*\*\*\*\*\*** **described below** |
572572
| `filters.agent_response.<agent_response_filter_type>` | No | `any` | **\*\*\*\*\*\*\*** **described below** |
573573
| `filters.customer_countries.<filter_type>` | No | `any` | It supports country codes with the `ISO 3166-1 Alpha-2` format. |
574+
| `filters.customer_email` | No | `string` | |
574575
| `page_id` | No | `string` | |
575576
| `sort_order` **\*\*\*\*\*** | No | `string` | Default: `desc` |
576577
| `limit` | No | `number` | Default: 10, min: 1, max: 100 |

0 commit comments

Comments
 (0)