> ## Documentation Index
> Fetch the complete documentation index at: https://docs.usebrainbase.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Send SMS

Send a new SMS message

## Input

| Property   | Type        | Required | Description                               |
| ---------- | ----------- | -------- | ----------------------------------------- |
| fromNumber | DROPDOWN    | Yes      | The phone number to send the message from |
| body       | SHORT\_TEXT | Yes      | The body of the message to send           |
| toNumber   | SHORT\_TEXT | Yes      | The phone number to send the message to   |

## Sample Output

```json theme={null}
{}
```
