Aller au contenu
Accueil » API SMS Octopush » Vocal SMS API » Confirmer un SMS Vocal sur contacts existants

Confirmer un SMS Vocal sur contacts existants

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

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

NomTypeDescription
ticket_numberstringTicket 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"}'

Retour Server JSON

Succès : 200 OK