---
title: "POST /v1/SmsCommands"
method: POST
path: "/v1/SmsCommands"
tags: ["SupersimV1SmsCommand"]
---

# POST /v1/SmsCommands

`POST /v1/SmsCommands`

Send SMS Command to a Sim.

## Response `201`

Created

- SupersimV1SmsCommand
  - `sid` string, nullable — The unique string that we created to identify the SMS Command resource.
  - `account_sid` string, nullable — The SID of the [Account](https://docs.korewireless.com/en-us/v/api/global-resources/iam/account) that created the SMS Command resource.
  - `sim_sid` string, nullable — The SID of the [SIM](https://docs.korewireless.com/en-us/v/api/products/supersim/sim-resource) that this SMS Command was sent to or from.
  - `payload` string, nullable — The message body of the SMS Command sent to or from the SIM. For text mode messages, this can be up to 160 characters.
  - `status` 'queued' | 'sent' | 'delivered' | 'received' | 'failed', nullable — The status of the SMS Command. Can be: `queued`, `sent`, `delivered`, `received` or `failed`. See the [SMS Command Status Values](https://docs.korewireless.com/en-us/v/api/products/supersim/smscommand-resource#status-values) for a description of each.
  - `direction` 'to_sim' | 'from_sim', nullable — The direction of the SMS Command. Can be `to_sim` or `from_sim`. The value of `to_sim` is synonymous with the term `mobile terminated`, and `from_sim` is synonymous with the term `mobile originated`.
  - `date_created` string, date-time, nullable — The date and time in GMT when the resource was created specified in [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) format.
  - `date_updated` string, date-time, nullable — The date and time in GMT when the resource was last updated specified in [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) format.
  - `url` string, uri, nullable — The absolute URL of the SMS Command resource.

---

[API](https://skmtc.dev/korewireless/apis/kore-supersim.md) · [All operations](https://skmtc.dev/korewireless/apis/kore-supersim/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/korewireless/kore-supersim/revisions/b9771e13e814/schema)
