Jump to: navigation, search

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 May 19, 2017, at 17:16.
Comments or questions about this documentation? Contact us for support!