cURL
curl --request POST \ --url http://localhost:2222/v1/messaging/sms/messages \ --header 'Content-Type: application/json' \ --data ' { "src": "<string>", "dest": "<string>", "message": "<string>", "priority": "<string>", "type": "<string>", "callbackUrl": "<string>" } '
{ "success": true, "message": "<string>", "data": { "status": "queued", "timestamp": "<string>", "messageId": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "service": "<string>", "message": "<string>", "messageLength": 123, "src": "<string>", "dest": "<string>", "encoding": "<string>", "segments": 123, "units": 123, "cost": 123, "priority": "<string>", "channel": "<string>", "type": "<string>" } }
Queues a single message via the Outbox pattern.
11
^[A-Za-z0-9 .-]{1,11}$
^\+[1-9]\d{7,14}$
1530
normal|medium|high
plain|flash
512
OK
Show child attributes