Queuing an Outbound Call
Queuing an Outbound Call
Path Parameters
Name
Type
Description
Headers
Name
Type
Description
Request Body
Name
Type
Description
//Headers
HTTP/1.1 200 OK
Date: Wed, 06 May 2015 18:19:13 GMT
Server: Apache/2.2.29 (Unix) mod_ssl/2.2.29 OpenSSL/0.9.8e-fips-rhel5 PHP/5.4.40
X-Powered-By: PHP/5.4.40
Link: https://insight.plumvoice.com/api/outbound/155761
Content-Length: 33
Content-Type: application/json
//Response body
{'success':true,'call_id':155761}<!-- Headers -->
HTTP/1.1 200 OK
Date: Wed, 06 May 2015 18:24:41 GMT
Server: Apache/2.2.29 (Unix) mod_ssl/2.2.29 OpenSSL/0.9.8e-fips-rhel5 PHP/5.4.40
X-Powered-By: PHP/5.4.40
Link: https://insight.plumvoice.com/api/outbound/155761
Content-Length: 88
Content-Type: application/xml
<!-- Response body -->
<result>
<success>true</success>
<call_id>155761</call_id>
</result>{'success':false,'error':'attempts can only be an integer between 1 and 10.'}<result>
<success>false</success>
<error>attempts can only be an integer between 1 and 10.</error>
</result>Possible Response Codes
Sample Code
Last updated