Single Send
POST /campaigns/:campaignId/messages{
"recipient": "6599999999",
"language": "english",
"values": {
// The following values are values for the parameters in the example template
"name": "John Doe",
"fruit": "apple"}
}{
"createdAt": "2024-01-29T17:39:35.574+08:00",
"updatedAt": "2024-01-29T17:39:35.574+08:00",
"id": "<YOUR_GENERATED_MESSAGE_ID>",
"recipient": "6599999999",
"values": {
"name": "John Doe",
"fruit": "apple"
},
"fullMessage": "<YOUR_FULL_MESSAGE>",
"latestStatus": "created",
"templateBodyId": "<YOUR_TEMPALTE_BODY_ID>",
"campaignId": "<YOUR_CAMPAIGN_ID>",
"language": "english"
}
Last updated
Was this helpful?