Jump to: navigation, search

Set channel to Ready

This operation is part of the Channels API section of the Web Services API.

Overview

Sets an agent's channel status to Ready, meaning that the agent is ready to receive interaction invitations for the specified media channel.

Request URL /api/v2/me/channels/{id}
HTTP Method POST
Required Features api-multimedia

Parameters

Parameter Value
operationName Ready

Sample

Request

POST /api/v2/me/channels/chat
{
   "operationName": "Ready"
}

HTTP Response

{
   "statusCode": 0
}
This page was last edited on March 25, 2016, at 18:23.
Comments or questions about this documentation? Contact us for support!