-
Notifications
You must be signed in to change notification settings - Fork 21
Expand file tree
/
Copy path.env
More file actions
7 lines (7 loc) · 638 Bytes
/
Copy path.env
File metadata and controls
7 lines (7 loc) · 638 Bytes
1
2
3
4
5
6
7
TOKEN=Your_token # API token from your channel
API_URL=https://gate.whapi.cloud # API endpoint URL
BOT_URL=https://your_bot_url_here/hook # Webhook Link to your server. At ( {server link}/hook ), when POST is requested, processing occurs
PRODUCT_ID=6559353560856703 # The ID of the product we will send for the example. Create a product in your WhatsApp and find out the product ID: https://whapi.readme.io/reference/getproducts
GROUP_ID=120363177599599603@g.us # The ID of the group to which we will send the message. Use to find out the ID: https://whapi.readme.io/reference/getgroups
PORT=80 # example, 80 or 443
OPENAI_API_KEY=sk-...