v1
latestSwagger 2.02026-08-06114161439.7 KBsms
Send sms to first sms enable TN for provided campaign
Sends an SMS message from the first SMS-enabled tracking number associated with a specified campaign. Used for outbound text messaging to customers via campaign tracking numbers.
post/sms
Request body
Example request
{
"campaign_id": 4421,
"tracking_number": "+13856254524",
"destination_number": "+13856254524",
"message": "this a test message",
"opt_in_msg": "Welcome to agency, thank you for connecting to us.",
"agent_notification": "This is lead coming from our website"
}Response
Confirmation of SMS submission with unique message ID, delivery status, and message details
Example response
{
"result": "success",
"data": {
"sms_id": "11551",
"conversation_id": 3273
}
}