Jump to: navigation, search

Working with agents

Setting agent status to Ready

Once your agent is logged in, you can set their status to Ready for those channels they will be working with. Here is how to set an agent ready to work with voice:

curl -X POST -H "Content-Type: application/json" -d '{"operationName":"Ready"}' -u ksippo: http://000.111.222.333/api/v2/me/channels/voice

If your request succeeded, the Web Services server will respond with a status code of 0:

{"statusCode":0}

Working with channels

You can also enable the agent to handle other channels, either in addition to or instead of the initial channel. Or you can disable this ability by setting the agent to Not Ready for a particular channel. For more information on how to do this, consult the documentation for the GWS Channels API.

The API docs for individual channels also contain information about how to carry out agent state operations, such as these topics in the Voice API.

What's next?

Now that your agent is ready, let's answer a call.

This page was last edited on May 19, 2017, at 17:15.
Comments or questions about this documentation? Contact us for support!