Skip to content
Home » Octopush Gateway SMS API » Voice SMS API » Confirm Voice SMS on existing contacts

Confirm Voice SMS on existing contacts

POST
https://api.octopush.com/v1/public/voice-campaign-on-list/send

POST
https://api.octopush.com/v1/public/voice-campaign-on-tag/send

Encodage : UTF-8

Authentification

Your “api-key” and “api-login” identifiers must be added in the headers.

Definition

This service allows you to confirm the sending of a voice campaign whose status is “ready_to_be_sent”

Special parameters

NameTypeDescription
ticket_numberstringVoice SMS ticket on list to be validated.

Curl Example

curl -X POST \ 
'https://api.octopush.com/v1/public/voice-campaign-on-list/send' \ 
-H 'Content-Type: application/json' \ 
-H 'api-login: ******@email.org' \ 
-H 'api-key: ************' \ 
-H 'cache-control: no-cache' \ 
-d '{
  "ticket_number":"voice_xxxx0000xxxx0000"
}'

Command to copy/paste

curl -X POST 'https://api.octopush.com/v1/public/voice-campaign-on-list/send' -H 'Content-Type: application/json' -H 'api-login: ******@email.org' -H 'api-key: ************' -H 'cache-control: no-cache' -d '{"ticket_number":"voice_xxxx0000xxxx0000"}'

JSON Server Response

Success : 200 OK