# SMS

Source: https://docs.generalaugment.com/channels/sms/
Description: Configure Twilio SMS delivery.

SMS uses the same gateway normalization path as WhatsApp and Telegram.

## Twilio setup

1. Buy or select a Twilio phone number.
2. Set the inbound webhook.
3. Store the Twilio Account SID, Auth Token, and sender number in platform secrets.

Webhook URL:

```text
https://api.generalaugment.com/api/v1/webhooks/sms
```

## Test

```bash
genaug channels status --project demo-agent
```

SMS has carrier delivery constraints. Use Telegram for fast iteration, and use SMS when phone-number reach matters.
