Whatsapp Business support
This commit is contained in:
@@ -9,10 +9,23 @@
|
||||
},
|
||||
"whatsapp": [
|
||||
{
|
||||
"id": "acc1",
|
||||
"id": "personal",
|
||||
"type": "whatsmeow",
|
||||
"phone_number": "+1234567890",
|
||||
"session_path": "./sessions/account1",
|
||||
"session_path": "./sessions/personal",
|
||||
"show_qr": true
|
||||
},
|
||||
{
|
||||
"id": "business",
|
||||
"type": "business-api",
|
||||
"phone_number": "+9876543210",
|
||||
"business_api": {
|
||||
"phone_number_id": "123456789012345",
|
||||
"access_token": "EAAxxxxxxxxxxxx_your_access_token_here",
|
||||
"business_account_id": "987654321098765",
|
||||
"api_version": "v21.0",
|
||||
"verify_token": "my-secure-verify-token-12345"
|
||||
}
|
||||
}
|
||||
],
|
||||
"hooks": [
|
||||
|
||||
Reference in New Issue
Block a user