π₯οΈSending Messages via Postman API
How do I send out messages if I want to call Postman's API Endpoints
Multiple message parameters (variables)
Dear {{name}}, your next appointment at {{clinic}} is on {{date}} at {{time}} hrs. Request Body example
{
"recipient": "6599999999",
"language": "english",
"values": {
// The following values are values for the parameters in the example template
"name": "John Doe",
"clinic": "Example Clinic",
"date": "11 Dec 2023",
"time": "11:30 am"
}
}API users who do not want to manage your message templates within Postman

Line breaks in {{body}} messages
Creating line breaks in campaign message template

Creating line breaks in message body for batch messages


Creating line breaks in API request body

Postman Test Site limitations

Last updated
Was this helpful?