-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathenv_example.txt
More file actions
20 lines (15 loc) · 848 Bytes
/
Copy pathenv_example.txt
File metadata and controls
20 lines (15 loc) · 848 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# Twilio WhatsApp Configuration
# Copy this content to a .env file and fill in your actual values
# Your Twilio Account SID (found in your Twilio Console Dashboard)
TWILIO_ACCOUNT_SID=your_account_sid_here
# Your Twilio Auth Token (found in your Twilio Console Dashboard)
TWILIO_AUTH_TOKEN=your_auth_token_here
# Your Twilio WhatsApp Number (format: +14155238886)
# Found in Twilio Console → Messaging → Try it out → Send a WhatsApp message
TWILIO_WHATSAPP_NUMBER=+14155238886
# Your WhatsApp Number (include country code, format: +1234567890)
# This is the number that will receive the notifications
YOUR_WHATSAPP_NUMBER=+1234567890
# Optional: Custom notification message template
# You can customize this in the twilio_notifier.py file
# NOTIFICATION_MESSAGE_TEMPLATE=🚨 Person #{person_id} has entered the area!\nTime: {timestamp}