We are now open for everyone. Get Started.
202 Accepted status is returned with a unique message_id for tracking.GET /messages/{message_id} endpoint or configure webhooks (if available) to monitor the message's progress.curl --location --request POST 'https://dev.api.ziett.co/c/v1/messages' \
--header 'X-API-KEY: <api-key>' \
--header 'Content-Type: application/json' \
--data-raw '{
"channel_type": "SMS",
"target_e164": "+244990090990",
"content": "string",
"save_contact": {
"name": "string",
"email": "user@example.com",
"tags": [
"string"
]
}
}'{
"message_id": "019b4b56-e704-7c30-83a0-527df63x3e00"
}