Food Tiger
  • Introduction
  • Installation
    • Installation on Shared Hosting
    • Updating - Shared hosting
    • Run local
  • Define Basics
    • Database
    • Mail server
    • Localization and Time format
    • Pricing Plans
    • Payments
    • Stripe Gateway
    • Paystack Gateway
    • Google API
    • Google Analytics
    • Google authentication
    • Facebook authentication
    • One Signal push notifications
    • Twilio SMS notifications
  • Usage
    • Getting Started
    • Register as an admin
    • Multilingual menu
    • Set up your site
    • Restaurant subdomain
    • Single restaurant
    • Translations
    • Custom CSS
    • Import from CSV
    • Custom fields on order
    • Project plugins
  • Plugins
    • How to install plugin
    • ShareThis
    • Cookie Consent
    • Thermal Printer Module
    • WebHooks
  • API
    • Client API
    • Driver API
  • Changelog
    • Changelog
    • FAQ
Powered by GitBook
On this page

Was this helpful?

  1. Define Basics

Twilio SMS notifications

PreviousOne Signal push notificationsNextGetting Started

Last updated 4 years ago

Was this helpful?

From version 1.4 in the script we enable SMS notifications.

By default this feature is disabled and you will need to enable by changing the ENV variable from false to true.

ENABLE_SMS_VERIFICATION=true

Visit the and create a new account.

After creating you will have access to the Twilio console.

From the left menu select Settings > General.

Find API Credentials sections and copy ACCOUNT SID and AUTH TOKEN.

Add these variables in your ENV file.

TWILIO_ACCOUNT_SID=""
TWILIO_AUTH_TOKEN=""

Now you will need to add your phone number that you will use for your project.

Click on the menu under the home icon and select Phone Numbers.

Add new phone number and add in your ENV file again.

TWILIO_FROM=""

Twilio official website