Implementing the SetAgentReady activity
Pega Call uses the SetAgentReady activity to set the agent state of a CSR to Ready. When the state is set to Ready, the CSR receives calls from the queue. The CSR needs to log into at least one queue before they invoke this activity.
If the request causes an error, the system sets the status to Fail and the status message contains an error message.
The following table shows the properties of this activity that you can see on the primary page of the clipboard:
Properties of the SetAgentReady activity
Property Name | Description |
Queue | The property that specifies to which queue the CSR logs in to work. If this property is blank, the CSR logs into the queue that the Computer Telephony Inegration (CTI) server specifies or the Automatic Call Distributor (ACD) queue. This property is optional. |
AgentID | The CSR ID in the ACD. This property is required and populated during login. |
- In Dev Studio, on the AgentState property page, set the Ready equivalent state of the CTI server.
- Set other CTI server specific properties, such as queue or work mode, that you need to send in addition to the agent state change request.
- Invoke the appropriate request to the CTI server by using the Pega Platform integration connector.
- Identify errors, and then handle them as discussed in Handling Errors.
Previous topic Agent state management activities Next topic Implementing the SetAgentNotReady activity