FoodMonkey
NatadTech
  • πŸ‘‹Introduction
  • Installation
    • βš™οΈInstallation - Shared Hosting
    • πŸ”ƒUpdating - Shared Hosting
    • πŸ’»Installation - Local Machine
  • DEFINE BASICS
    • πŸ“‚Database
    • πŸ“©Mail Server
    • βŒ›Localization and Time Format
    • πŸ’²Payments
    • πŸ’±Pricing Plans
    • πŸ’°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
    • ✏️Site Set-up
    • πŸͺRestaurant Subdomain
    • 🍴Single Restaurant
    • πŸ—£οΈTranslations
    • πŸ–ŒοΈCustom CSS
    • ⬆️Import from CSV
    • πŸ“Custom Fields on Order
  • Modules
    • πŸ’‘Project Modules
    • 🧩Module Installation
    • ➑️ShareThis
    • πŸͺCookie Consent
    • πŸ–¨οΈThermal Printer Module
    • πŸͺWebHooks
  • API
    • 🀝Client API
    • πŸ›΅Driver API
  • Information
    • ❓Frequently Asked Questions
    • πŸ“œChangelog
    • πŸ–₯️Developer Information
Powered by GitBook
On this page

Was this helpful?

  1. DEFINE BASICS

Twilio SMS Notifications

From version 1.4 in the script we enable SMS notifications.

PreviousOne Signal Push NotificationsNextGetting Started

Last updated 1 year ago

Was this helpful?

This feature is disabled by default, and you'll need to enable it by changing the ENV variable from false to true.

ENABLE_SMS_VERIFICATION=true

Head to the and create a new account.

Upon creating the account, you'll gain access to the Twilio console.

Navigate to Settings > General from the left-hand menu.

Locate the API Credentials section and copy the ACCOUNT SID and AUTH TOKEN.

Insert these variables into your ENV file.

TWILIO_ACCOUNT_SID=""
TWILIO_AUTH_TOKEN=""

Next, you'll need to add your phone number, which you'll use for your project.

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

Add a new phone number, then update your ENV file accordingly.

TWILIO_FROM=""
πŸ“¨
Twilio official website