Skip to content

Commit f0c9d64

Browse files
docs: update .env.example with comments and GRAPH_API_VERSION
Added WhatsApp Cloud API credentials and webhook setup information.
1 parent cddeb90 commit f0c9d64

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

.env.example

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,12 @@
1+
# WhatsApp Cloud API Credentials
2+
# Get these from https://developers.facebook.com/apps/
13
WHATSAPP_TOKEN=your_api_token_here
24
WHATSAPP_PHONE_NUMBER_ID=your_phone_number_id
35
WHATSAPP_SECRET=your_app_secret
6+
7+
# Webhook Verification
8+
# Choose any secure random string for webhook setup
49
VERIFY_TOKEN=your_webhook_verify_token
10+
11+
# Graph API Version (optional, defaults to v21.0)
12+
GRAPH_API_VERSION=v21.0

0 commit comments

Comments
 (0)