Skip to content

SMS (Twilio)

Send SMS notifications for critical backup events via the Twilio API. Works on any mobile phone - no app required.

Configuration

FieldDescriptionDefaultRequired
Account SIDTwilio Account SID (starts with AC)-
Auth TokenTwilio Auth Token-
FromSender phone number in E.164 format (e.g., +1234567890)-
ToRecipient phone number in E.164 format-

Setup Guide

  1. Sign up at twilio.com → copy Account SID and Auth Token from the Console Dashboard
  2. Under Phone NumbersBuy a number with SMS capability (this is your From number)
  3. In DBackup: NotificationsAdd NotificationSMS (Twilio)
  4. Enter Account SID, Auth Token, From, and To → TestSave

Trial Accounts

Trial accounts can only send to verified numbers. Add recipients under Verified Caller IDs in the Twilio Console. Upgrade for unrestricted sending.

How It Works

  • Messages are optimized for SMS length - only the first 4 fields are included
  • Twilio charges per SMS segment (~$0.0079/segment US). Use SMS for failure-only notifications and free channels (Discord, ntfy) for success notifications

Troubleshooting

ErrorSolution
401: Authentication ErrorAccount SID or Auth Token is incorrect
Invalid 'To' Phone NumberMust be E.164 format: + followed by country code and number
Unverified numberTrial accounts require verified numbers - add in Twilio Console
No SMS receivedCheck Twilio Console → Messaging → Logs for delivery status

Released under the GNU General Public License. | Privacy · Legal Notice