POST
https://api.octopush.com/v1/public/sms-campaign-on-list/sendPOST
https://api.octopush.com/v1/public/sms-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 dont le statut est « ready_to_be_sent » (= « prête à être envoyée »)
Paramètres particuliers
Champ | Type | Description |
---|---|---|
ticket_number | string | C’est le ticket transmis par Octopush après l’appel à la fonction de création |
Exemple Curl
curl -X POST \ 'https://api.octopush.com/v1/public/sms-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": "sms_0000xx0000xx" }'
Code à copier-coller
curl -X POST 'https://api.octopush.com/v1/public/sms-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": "sms_0000xx0000xx"}'
Retour Server JSON
Si succès : 200 OK
{ "sending_date": "2021-06-01T12:00:00+03:00" }
Failure : Server status = 400 Bad Request
Cette erreur sera renvoyée tant que la campagne n’est pas prête.