Files
calendar/packages/app-store/whatsapp/config.json
T
d4c5a906b5 App Store Templates (#5289)
* Start by moving what we have to _templates

* WIP

* WIP

* Add create/edit/delete template commands

* Type fixes cli

Co-authored-by: Peer Richelsen <peeroke@gmail.com>
Co-authored-by: zomars <zomars@me.com>
2023-01-18 15:30:25 -07: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]*"
}
}
}