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/messaging/agent-chat-api/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
@@ -31,6 +31,7 @@ The developer preview version provides a preview of the upcoming changes to the
31
31
### Customers
32
32
33
33
- The **List Customers** method was removed.
34
+
- The **Subscribe Customers** ([RTM](/messaging/agent-chat-api/v3.6/rtm-reference/#subscribe_customers)) and **Unsubscribe Customers** ([RTM](/messaging/agent-chat-api/v3.6/rtm-reference/#unsubscribe_customers)) methods along with a [**subscribed_customers_totals_updated**](/messaging/agent-chat-api/v3.6/rtm-pushes/#subscribed_customers_totals_updated) push were added.
@@ -2420,6 +2420,122 @@ Removes the agent from the list of customer's followers. Calling this method on
2420
2420
<Section>
2421
2421
<Text>
2422
2422
2423
+
### Subscribe Customers
2424
+
2425
+
Creates a subscription for customers. Response will contain customers currently matching the criteria. After successful subscription, agent will receive pushes about tracked customers on this rtm connection. If the number of tracked customers is exceeding the limit, push `subscribed_customers_totals_updated` will be periodically sent to indicate total number of customers currenlty matching the criteria.
0 commit comments