This page was last edited on October 31, 2023, at 13:31.
Comments or questions about this documentation? Contact us for support!
This operation is part of the SMS Session API section of the Web Services API.
This transfers an SMS session to another agent or to a queue.
Request URL | /api/v2/me/smssessions/{id} |
---|---|
HTTP Method | POST |
Required Features | api-multimedia |
Parameter | Value |
---|---|
operationName | Transfer |
targetUri or queueName | user or queue to transfer to |
POST api/v2/me/smssessions/0071023821aec011 { "operationName": "Transfer", "targetUri": "http://localhost:8080/api/v2/contacts/e62d21e405a04274bd6bbcaf78bd8c38" }
POST api/v2/me/smssessions/0071023821aec011 { "operationName": "Transfer", "queueName": "test-queue" }
{ "statusCode": 0 }