Set all channels to Ready
This operation is part of the Channels API section of the Web Services API.
Overview
Sets all of an agent's channel statuses to Ready, meaning that the agent is ready to receive interaction invitations for all media channels.
Request URL | /api/v2/me |
---|---|
HTTP Method | POST |
Required Features | api-multimedia |
Parameters
Parameter | Value |
---|---|
operationName | Ready |
workmode | This optional parameter specifies which workmode is applied to the Ready operation. Valid values are ManualIn and AutoIn. Note: workmode will be applied for voice channel only. |
Sample
POST /api/v2/me
{
"operationName": "Ready"
}
HTTP Response
{
"statusCode": 0
}
This page was last edited on October 31, 2023, at 13:28.
Comments or questions about this documentation? Contact us for support!