Skip to main content
Skip table of contents

joinPullModeRequest

Event NamejoinPullModeRequest
Event DescriptionEvent is emitted when an agent joins a chat, the agent desk emits an event of unsubscribePullModeList to the agent manager, agent manager listens to the event and successfully joins the chat for the agent.
Emitter Agent Desk
NameDescriptionPayload Properties

cimEvent

type: Object

ID of the conversation for subscription

  1. id - String - system generated
  2. name
  3. type
  4. timestamp

agentId

type: String 

ID of the agent for whom the event has been emitted

-

taskId

type: String

ID of the task subscribed by the agent 

-
CODE
{
    "conversationId": "261c271a-58e6-4571-9d25-77ad26d745d6",
    "agentId": "a13a49f4-7ec6-436b-91b0-0fd1be205799",
    "taskId":"a13a49f4-7ec6-436b-91b0-0fd1be205799"
}
JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.