v1

latestOpenAPI 3.0.12026-07-22120163333.7 KB
Notifications 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

contentstring required

SMS content to send to the agent's phone number

Example request

{
  "content": "You have a new lead assigned."
}

Response

SMS sent successfully

messagestring

Result message

Example response

{
  "message": "Operation successful"
}