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

# Send SMS

> Use this action to send SMS messages.

### Fields

The following fields are available in this action:

| **Field**               | **Type** | **Description**                                                             |
| ----------------------- | -------- | --------------------------------------------------------------------------- |
| **From**                | Text     | The phone number you're sending the message from (must be a Twilio number). |
| **To**                  | Text     | The phone number you're sending the message to.                             |
| **Body**                | Text     | The content of the SMS message you're sending.                              |
| **Message Service Sid** | Text     | (Optional) The Twilio Messaging Service SID if using a Messaging Service.   |

### Returned Values

The following values are returned by the action:

| **Key**           | **Type** | **Description**                                        |
| ----------------- | -------- | ------------------------------------------------------ |
| **Error**         | Boolean  | `true` if there was an error, `false` if successful.   |
| **Error Code**    | Number   | The Twilio error code (if any) for the failed message. |
| **Error Message** | Text     | The error message returned by Twilio (if any).         |

***

<CardGroup cols={2}>
  <Card title="Need Help?" icon="envelope" href="/support/plans">
    View our options for free community and priority support.
  </Card>

  <Card title="Have a feature request?" icon="lightbulb" href="https://lunchpaillabs.canny.io/feature-requests?selectedCategory=twilio-sms-plugin-for-bubble">
    Post your feature request on our{" "}

    <a href="https://lunchpaillabs.canny.io/feature-requests?selectedCategory=twilio-sms-plugin-for-bubble">
      idea board.
    </a>
  </Card>
</CardGroup>
