Set channel to NotReady
This operation is part of the Channels API section of the Web Services API.
Overview
Sets an agent's channel status to NotReady, meaning the agent is not ready to receive interaction invitations for that channel.
Request URL | /api/v2/me/channels/{id} |
---|---|
HTTP Method | POST |
Required Features | api-multimedia |
Parameters
Parameter | Value |
---|---|
operationName | NotReady |
Sample
Request
POST /api/v2/me/channels/chat
{
"operationName": "NotReady"
}
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!