v1
latestOpenAPI 3.0.12026-07-22120163333.7 KBNotifications V2
Send SMS to Agent
Sends a system SMS message to the current logged-in user's phone number.
post/v2.0/sales-agent/message/sms/send-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"
}