---
title: "Send SMS to Agent"
method: POST
path: "/v2.0/sales-agent/message/sms/send-to-agent"
tags: ["Notifications V2"]
---

# Send SMS to Agent

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

Sends a system SMS message to the current logged-in user's phone number.

## 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 (e.g., blank content)

---

[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/versions/23e640467118/schema)
