create_whatsapp_connect_link
ActiveTool of FavCRM
declared in 1.0.0
Create a short-lived browser link for WhatsApp Business Embedded Signup. The user must open the link because Meta requires a browser popup to authorize and choose the WABA/phone number.
Parameters schema
{
"type": "object",
"$schema": "http://json-schema.org/draft-07/schema#",
"properties": {
"ttlMinutes": {
"type": "integer",
"maximum": 1440,
"minimum": 5,
"description": "Connect link lifetime in minutes. Defaults to 30."
},
"onboardingMode": {
"enum": [
"cloud_api",
"coexistence"
],
"type": "string",
"default": "cloud_api",
"description": "Use cloud_api for a new WhatsApp Cloud API connection, or coexistence when connecting a WhatsApp Business App number."
}
}
}Parent server
FavCRM
https://github.com/favcrm/mcp
1/7 registries