CIMA360 Messaging API
  1. Voice
CIMA360 Messaging API
  • Raíz
    • OTT
      • Send OTT
    • Sms
      • SendSms
    • Voice
      • /deliver
        POST
    • Email
      • Register an email delivery request
  • Schemas
    • Schemas
      • MessageChannel
      • VoiceApiRequest
      • ApiSmsRequest
      • OTTMessagePayload
      • OTTMessageRequest
    • Raíz
      • EmailRecipient
      • EmailRequest
      • EmailResponse
      • EmailResult
  1. Voice

/deliver

Testing
POST
/voice/v0/deliver
Warning: This is preliminary documentation subject to change without notice.

Request

Body Params application/json

Examples

Responses

🟢200Ok
OK
This response does not have a body.
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request POST 'https://api.cima360.com/voice/v0/deliver' \
--header 'Content-Type: application/json' \
--data-raw '{
    "recipients": [
        "string"
    ],
    "messageBody": "string",
    "voiceName": "string",
    "languaje": "string",
    "audioFile": "string",
    "programmedDate": "2019-08-24T14:15:22Z",
    "batchName": "string",
    "retries": 0,
    "countryDialCode": 0,
    "interval": 0
}'
Modified at 2025-10-01 16:17:29
Previous
Voice
Next
Register an email delivery request
Built with