Skip to content

Commit 9266445

Browse files
Update src/pages/messaging/agent-chat-api/v3.6/rtm-reference/index.mdx
Co-authored-by: Ola <[email protected]>
1 parent 0f01d0b commit 9266445

File tree

1 file changed

+3
-1
lines changed
  • src/pages/messaging/agent-chat-api/v3.6/rtm-reference

1 file changed

+3
-1
lines changed

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

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2422,7 +2422,9 @@ Removes the agent from the list of customer's followers. Calling this method on
24222422

24232423
### Subscribe Customers
24242424

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.
2425+
Creates a subscription for tracking customers based on the group they belong to. The response will contain customers currently matching the criteria. After a successful subscription, the agent will receive pushes about tracked customers on this RTM connection.
2426+
2427+
If the number of tracked customers exceeds the limit, the `subscribed_customers_totals_updated` push will be periodically sent to indicate the total number of customers matching the criteria at the given moment.
24262428

24272429
#### Specifics
24282430

0 commit comments

Comments
 (0)