post
https://api.dexatel.com/v1/messages
Recent Requests
Log in to see full request history
| Time | Status | User Agent | |
|---|---|---|---|
Retrieving recent requests… | |||
Loading…
400Bad Request:
| Code | Message | Description |
|---|---|---|
| 1005 | Invalid JSON body | The request body is not valid JSON |
| 1007 | Request data is missing | The 'data' field is required |
| 1503 | Message sender is missing | |
| 1504 | Invalid message sender | |
| 1505 | Message sender is not found | |
| 1506 | Message recipients are missing | |
| 1507 | Message recipients are too many | Maximum 10 recipients per request |
| 1508 | 'data.text' is required | |
| 1510 | Message text is too long | Maximum 1000 characters |
| 1512 | Invalid template id | Template ID must be a valid UUID |
| 1513 | Template is not found | |
| 1514 | Template variables are missing | |
| 1515 | Invalid channel | |
| 1523 | Invalid recipient number(s) | |
| 1638 | The threshold must be within the 120 to 300 seconds range | 'data.fallback_channels.cancellation_threshold_sec' must be between 120 and 300 seconds |
| 1639 | All fallbacks besides Telegram must have 'sender' provided | 'data.fallback_channels.priorities[].sender' is required and must be a valid sender identifier |
| 1658 | Transactional fallback priority size must be 1 | Exactly one fallback channel must be provided in 'data.fallback_channels.priorities' |
| 1659 | Transactional fallback must not be same as main channel | The fallback channel must be different from 'data.channel' |
| 1660 | Only SMS and Viber can be set as fallback for transactional messages | |
| 1661 | TTL is supported for Viber only for transactional fallback | 'ttl' can not be set on an SMS fallback channel |
| 1663 | Invalid TTL should be a number from 30 to 86400 | 'data.ttl' must be a number between 30 and 86400 |