36 lines
741 B
JSON
36 lines
741 B
JSON
{
|
|
"name": "whatsapp-web",
|
|
"version": "1.0.0",
|
|
"description": "Automate WhatsApp messaging, groups, and media sharing via web interface",
|
|
"author": "Canifi",
|
|
"category": "communication",
|
|
"permissions": [
|
|
"browser",
|
|
"notifications",
|
|
"env-access"
|
|
],
|
|
"triggers": [
|
|
"whatsapp",
|
|
"whatsapp message",
|
|
"send whatsapp",
|
|
"whatsapp group",
|
|
"whatsapp status"
|
|
],
|
|
"authentication": {
|
|
"type": "qr-code",
|
|
"loginUrl": "https://web.whatsapp.com",
|
|
"sessionIndicator": "#app .app-wrapper-web"
|
|
},
|
|
"requiredEnvVars": [
|
|
"WHATSAPP_LINKED"
|
|
],
|
|
"capabilities": {
|
|
"messaging": true,
|
|
"groups": true,
|
|
"media": true,
|
|
"status": true,
|
|
"search": true,
|
|
"broadcast": true
|
|
}
|
|
}
|