# TwilioSendSmsRequest

Model ID: `TwilioSendSmsRequest`

No description.

Type: `object`

## Fields

| Field | Type | Required | Format | Allowed values | Default | Nullable | Description |
|---|---|---:|---|---|---|---:|---|
| `account_sid` | `string` | No |  |  |  | No |  |
| `auth_token` | `string` | No |  |  |  | No | Vendor credential. Sent with the request and never returned. |
| `body` | `string` | Yes |  |  |  | No |  |
| `from_number` | `string` | No |  |  |  | No |  |
| `media_url` | [`connectors.JsonValue`](./connectors.JsonValue.md) | No |  |  |  | Yes |  |
| `messaging_service_sid` | `string` | No |  |  |  | No |  |
| `mode` | `string` | No |  | sandbox, live | `"sandbox"` | No | Which vendor environment the call is routed to. Defaults to sandbox, so an omitted mode never reaches a production vendor account. |
| `status_callback` | `string` | No |  |  |  | Yes |  |
| `to` | `string` | Yes |  |  |  | No |  |

## Example

None declared in canonical OpenAPI.
