Send Campaign via API
Reach out to your Account Manager for details on how to set up a campaign/flow.
The Connectly Message Service API allows you to send a sequence of messages (bot/flow) from one API call by adding the
campaignName
parameter.Your account manager will help you with the flow and share the campaign name that you invoke in the API request.
{
"sender": "+14151111234",
"number": "+1(604) 585 2331",
"templateName": "tempalte",
"language": "en",
"parameters": [],
"campaignName": "template123"
}
Last modified 7mo ago