-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathexample.env
31 lines (24 loc) · 929 Bytes
/
example.env
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
# This token expires after 24 hours. You can get a new one from the your Meta App Dashboard > API Setup
# Or you can create an access token at the System User level from the Meta Business Settings: https://business.facebook.com/settings/system-users
ACCESS_TOKEN=""
APP_ID=""
APP_SECRET=""
RECIPIENT_WAID="" # Your WhatsApp number with country code (e.g., +31612345678)
VERSION="v18.0"
PHONE_NUMBER_ID=""
VERIFY_TOKEN=""
OPENAI_API_KEY=""
GOOGLE_CALENDAR_ID='yourcalender@gmail.com'
GOOGLE_CALENDAR_CREDENTIALS='{
"type": "service_account",
"project_id": "",
"private_key_id": "",
"private_key": "-----BEGIN",
"client_email": "",
"client_id": "",
"auth_uri": "https://accounts.google.com/o/oauth2/auth",
"token_uri": "https://oauth2.googleapis.com/token",
"auth_provider_x509_cert_url": "https://www.googleapis.com/oauth2/v1/certs",
"client_x509_cert_url": "",
"universe_domain": "googleapis.com"
}'