v1

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

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"
}