> For the complete documentation index, see [llms.txt](https://biztech.gitbook.io/webapi/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://biztech.gitbook.io/webapi/api/dispatch/sms.md).

# SMS

### SMS

![](/files/PBYjWmXGhChiPQ0vCQVJ)

```json5
{
  "account": "",
  "type": "",
  "from": "",
  "to": "",
  "country": "",
  "content": {
    "sms": {
      "message": ""
    }
  },
  "refkey": "",
  "userinfo": "",
  "resend": "",
  "recontent": "",
  "resellercode": "",
  "sendtime" : ""
}
```

{% hint style="info" %}
"sendtime"은 메시지 예약 발송을 위한 변수입니다.

자세한 내용은 \[메시지 발송]페이지 내 Request Body를 참조하시기 바랍니다.
{% endhint %}
