cal/packages/app-store/whatsapp/config.json
Jeroen Reumkens 57a9c2b007 Merged main.
2023-01-25 13:54:24 -05:00

25 lines
802 B
JSON

{
"/*": "Don't modify slug - If required, do it using cli edit command",
"name": "WhatsApp",
"slug": "whatsapp",
"type": "whatsapp_video",
"imageSrc": "/api/app-store/whatsapp/icon.svg",
"logo": "/api/app-store/whatsapp/icon.svg",
"url": "https://cal.com/apps/whatsapp",
"variant": "conferencing",
"categories": ["video"],
"publisher": "Cal.com, Inc.",
"email": "support@cal.com",
"description": "Schedule a chat with your guests or have a WhatsApp Video call.",
"__createdUsingCli": true,
"appData": {
"location": {
"type": "integrations:whatsapp_video",
"label": "WhatsApp",
"linkType": "static",
"organizerInputPlaceholder": "https://wa.me/send?phone=1234567890",
"urlRegExp": "^http(s)?:\\/\\/(www\\.)?wa.me\\/[a-zA-Z0-9]*"
}
}
}