POST
https://api.octopush.com/v1/public/voice-campaign-on-list/sendPOST
https://api.octopush.com/v1/public/voice-campaign-on-tag/sendEncodage : 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
Name | Type | Description |
---|---|---|
ticket_number | string | Voice 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"}'