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

# Twilio SMS Integration

Dittofeed can integrate with Twilio to send SMS.

## Integration Instructions

Once you've created a twilio account there are a few necessary pieces of information you'll need to provide to Dittofeed:

1. Your Twilio Account SID
2. Your Twilio Auth Token
3. Your Twilio Messaging Service SID

These can be input in the settings page [dashboard/settings#sms-channel](https://app.dittofeed.com/dashboard/settings#sms-channel)

<Frame>
  <img src="https://mintcdn.com/dittofeed/abmbv2I9puhRd1Zb/images/twilio-settings.png?fit=max&auto=format&n=abmbv2I9puhRd1Zb&q=85&s=5fc01edcdae55051b16169e4f56d3352" alt="Twilio Settings" width="3680" height="2242" data-path="images/twilio-settings.png" />
</Frame>

### Acquiring an Account SID and Auth Token

Go to the Twilio API keys page [https://console.twilio.com/console/account/keys-credentials/api-keys](https://console.twilio.com/console/account/keys-credentials/api-keys) and create a new API key.

<Frame>
  <img src="https://mintcdn.com/dittofeed/abmbv2I9puhRd1Zb/images/twilio-api-keys.png?fit=max&auto=format&n=abmbv2I9puhRd1Zb&q=85&s=1610442b879074ff26348efaf838b719" alt="Twilio API Keys" width="3000" height="752" data-path="images/twilio-api-keys.png" />
</Frame>

This will give you an Account SID and Auth Token.

### Acquiring a Messaging Service SID

Go to the Twilio Messaging Services page [https://www.twilio.com/console/sms/services](https://www.twilio.com/console/sms/services) and create a new Messaging Service. This will provide you with a Sid.

<Frame>
  <img src="https://mintcdn.com/dittofeed/abmbv2I9puhRd1Zb/images/twilio-messaging-service.png?fit=max&auto=format&n=abmbv2I9puhRd1Zb&q=85&s=fc0f90cff9a009e1165071a1d1ca3e7a" alt="Twilio Messaging Service" width="3002" height="696" data-path="images/twilio-messaging-service.png" />
</Frame>
