SMS notifications send content change alerts as text messages to your phone via Twilio. This guide walks you through creating a Twilio account and connecting it as a notification channel.
What you'll need
A Twilio account, a Twilio phone number, and your account credentials.
Step 1: Create a Twilio Account
- Go to twilio.com/try-twilio
- Sign up for a free account
- Verify your email address and phone number
- You will receive $15 in free credits to get started
Step 2: Get Your Account Credentials
- Log in to your Twilio Console at console.twilio.com
- On the dashboard, you will find your Account SID and Auth Token
- Copy both values – you will need them when setting up the notification channel
Important
Keep your Auth Token secure. Never share it publicly or commit it to version control.
Step 3: Get a Phone Number
- In the Twilio Console, go to Phone Numbers → Manage → Buy a number
- Choose your country and search for available numbers
- Select a number that supports SMS
- Purchase the number (costs around $1/month)
- Note down the phone number in E.164 format (e.g., +1234567890)
Free trial note
During the free trial, you can only send SMS to verified phone numbers. Add your phone number to the verified list in Console → Phone Numbers → Manage → Verified Caller IDs.
Step 4: Configure SMS Channel in Tracker
- Go to your Notification Channels
- Click "Add New Channel" and select "SMS"
- Fill in the configuration:
- Twilio Account SID: Your Account SID from Step 2
- Twilio Auth Token: Your Auth Token from Step 2
- From Phone Number: Your Twilio phone number from Step 3
- To Phone Number: Your phone number where you want to receive notifications
- Click "Test Configuration" to verify everything works
- Save the channel
Step 5: Use the SMS Channel
Select this SMS channel when creating or editing tracking tasks. You will receive text messages whenever content changes are detected.
Advanced Options
SMS Service SID (optional)
For enhanced features like Sticky Sender and better deliverability:
- In Twilio Console, go to Messaging → Services
- Create a new Messaging Service
- Add your phone number to the service
- Copy the Service SID and add it to your channel configuration
Status callbacks (optional)
To receive delivery status updates, you can configure a status callback URL. This is useful for monitoring message delivery success.
Pricing information
Typical costs
- SMS: $0.0075 per message (US)
- Phone number: ~$1/month
- International rates vary
Free trial
- $15 free credits
- ~2000 SMS messages
- Only to verified numbers
Tokens cost
SMS notifications cost 5 tokens per notification sent. This is in addition to the base tracking task cost and any Twilio charges.
Troubleshooting
Test message not received
- Check if your phone number is verified in Twilio Console (for trial accounts)
- Verify the phone number format includes country code (e.g., +1234567890)
- Check Twilio logs in Console → Monitor → Logs → Errors
- Ensure you have sufficient Twilio credits
Invalid credentials error
- Double-check your Account SID format (starts with "AC")
- Verify your Auth Token is exactly 32 characters
- Make sure you are using the Live credentials, not Test credentials
- Check if your Twilio account is active and not suspended
Messages are being cut off
SMS messages are limited to 160 characters for a single message. Longer messages will be automatically split into multiple messages or truncated. The system optimizes messages to fit within these limits while keeping the most important information.
Need help?
If you are still having trouble, check the Twilio SMS documentation or contact our support team.
Set up SMS notifications
Add an SMS channel to receive content change alerts on your phone.
Add notification channel