v1
latestOpenAPI 3.0.12026-07-22120163333.7 KBSales Agents V2
Send SMS to agent via AI number
Sends an SMS message to the current logged-in agent using the Sales Agent's AI virtual number as the sender.
post/v2.0/sales-agent/ai-number/send-sms-to-agent
Headers
Authorizationstring required
Bearer [access_token]
Content-Typestring required
application/json
Request body
Example request
{
"content": "You have a new lead assigned."
}Response
SMS sent successfully.
Example response
{
"message": "Operation successful"
}