We are now open for everyone. Get Started.
PENDING.COMPLETED.curl --location --request POST 'https://dev.api.ziett.co/c/v1/campaigns/batch' \
--header 'X-API-KEY: <api-key>' \
--header 'Content-Type: application/json' \
--data-raw '{
"name": "string",
"country_alpha2": "st",
"content": "string",
"channel_type": "SMS",
"recipients": [
"string",
"string"
]
}'null