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
Vos identifiants « api-key » et « api-login » doivent être ajoutés dans les headers.
Définition
Ce service vous permet de confirmer l’envoi d’une campagne vocale sur contacts existants dont le statut est “ready_to_be_sent” (= “prête à être envoyée”)
Paramètres particuliers
| Nom | Type | Description |
|---|---|---|
ticket_number | string | Ticket du SMS Vocal sur liste à valider. |
Exemple Curl
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"
}'Code à copier-coller
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"}'