# Setting Up Transactional SMS

txnhog currently supports sending transactional sms messages via Twilio. You'll need to setup your Twilio account, if you haven't already, and then you're ready to proceed linking it to txnhog. \
**Note:** *Your Twilio account MUST be funded and not a trial account.* **Trial accounts \*cannot\* access the API.**

### Adding Your Twilio Account

Before you can send an SMS from your newly created Twilio account, you'll need to create a SMS number to send from. Head to the [Manage Phone Numbers](https://www.twilio.com/console/phone-numbers/incoming) section of the Twilio dashboard, and pick out a number to send from.

![](/files/-M_sfJSAhZIperKrIiRw)

As indicated by the arrows above, you'll need your Account SID and Auth Token from Twilio. You can access those on your [Twilio Dash here](https://www.twilio.com/console).

Add th Account SID and Auth Token along with your new Twilio number to the txnhog Twilio settings, and  press Save. Don't forget to include the + symbol and the country code ie +19512519987 rather than just 9512519987.

If everything is correct, your settings will save and you'll be ready to create your first transactional SMS. If not, the system will return a notice letting you know what you need to fix.

###


---

# 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://docs.txnhog.co/setup/transactional-sms.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.
