Remove Participant
Understand how to remove an agent while configuring an Remove Participant node in Cisco Webex Contact Center
This node calls imengage RemoveParticipant API to remove an agent from the conversation on imiengage. While configuring flows in Webex Connect, you’d need to use this node for removing the agent from the conversation. The agent details will be available from the “Modified event “.
Authorization
Refer to section Node Authorizations for more information.
Methods and Outcomes
Here’s a brief description of various methods, and corresponding output variables and node outcomes associated with each of the methods.
Method Name - Remove Participant
Method Name | Output Variables | Node Outcomes |
---|---|---|
Remove Participant | TransId | onInvalidData onError onInvalidChoice onauthorizationfail onFailure onRemoveParticipantFailure onParticipantRemoved onTimeout |
Channel | Field Value |
---|---|
All channels | CONVERSATION ID - $(mediaResourceId) PARTICIPANT - $(n2.webex.agentId) |
Method Name - Remove Participant
Input Variables | Output Variables |
---|---|
CONVERSATION ID – $(mediaResourceId) _ MediaResourceId from the output variables of the evaluate node is the Conversation ID PARTICIPANT - $(n2.webex.agentId) _ AgentId from the output variables of the start node is the participant | TransId |
Note
When the variable is selected from the previous node output variables, the node Id will be the prefix for the variable. For example, if sms.serviceNumber is an output variable of start node (node Id 2), then the variable becomes $(n2.sms.serviceNumber).
Updated 3 months ago