# Send SMS Message

This allows you to send an SMS.

### Configuration

| **Property** | **Description**                                                                                                                                                                                                   |
| ------------ | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| From         | The sending phone number. You must have a Mobile number on your account.                                                                                                                                          |
| To           | <p>Destination phone number. Supports <a href="/pages/-LG2ULIMiL3Y-K4JALoO">variables</a>. <br>You'll often want to set <code>--contact.phoneNumber--</code> to send it to a contact's primary phone number. </p> |
| Message      | <p>Message content. Supports <a href="/pages/-LG2ULIMiL3Y-K4JALoO">variables</a>. For example:</p><p><code>Hello --contact.firstName--, thanks for contacting us.</code> </p>                                     |


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://help.thinkpickle.com.au/flows/actions/send-sms-message.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
