Make the actual dialing request.
Functionality only works if you have Phone Survey enabled on your account!
Contact Sales to enable.
POST data information:
(Red information is mandatory), all POST data captions are case-sensitive.
surveyID | Id of the Survey in Examinare. |
user_* | contactID from the contact information. * needs to be changed into numbers. For example user_1, user_2 etc. |
callerID | The callerid activated in your account. These can be found in calling listPhoneSurveys. (OPTIONAL) |
XML-Return
<?xml version="1.0" encoding="utf-8"?>
<response>
<status>Success</status>
<reports>
<report>
<contactID>UA1317237650U4e8373923c16b</contactID>
<status>ADDED</status>
</report>
<report>
<contactID>UE1317299990U4e8373923c70c</contactID>
<status>ERROR</status>
</report>
</reports>
</response>