> 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/mms.md).

# MMS

![](/files/TXbB8ZGdxe7ylz76e27V)

**file**

![](/files/yZiCCLXqG4iwg3G2dohz)

```json5
{
  "account": "",
  "type": "",
  "from": "",
  "to": "",
  "country": "",
  "content": {
    "mms": {
      "message": "",
      "subject": "",
      "file": [
        {
          "type": "",
          "key": ""
        }
      ]
    }
  },
  "refkey": "",
  "userinfo": "",
  "resend": "",
  "recontent": "",
  "resellercode": "",
  "sendtime" : ""
}
```

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

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