---
title: "Send SMS to agent via AI number"
method: POST
path: "/v2.0/sales-agent/ai-number/send-sms-to-agent"
tags: ["Sales Agents V2"]
---

# Send SMS to agent via AI number

`POST /v2.0/sales-agent/ai-number/send-sms-to-agent`

Sends an SMS message to the current logged-in agent using the Sales Agent's AI virtual number as the sender.

## Headers

- `Authorization` string, required
- `Content-Type` string, required

## Request body

- SendSmsToAgentRequest — Send system SMS to agent request
  - `content` string, required — SMS content to send to the agent's phone number

## Response `200`

SMS sent successfully.

- MessageResponse — Generic message response
  - `message` string — Result message

## Other responses

- `400` — Invalid parameters (blank content or no AI virtual number configured).
- `401` — Missing or invalid authentication token.
- `500` — Internal server error.

---

[API](https://skmtc.net/lofty/apis/lofty-service-open-apis.md) · [All operations](https://skmtc.net/lofty/apis/lofty-service-open-apis/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/lofty/lofty-service-open-apis/revisions/23e640467118/schema)
