* 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>
16 lines
722 B
JSON
16 lines
722 B
JSON
{
|
|
"/*": "Don't modify slug - If required, do it using cli edit command",
|
|
"name": "Salesforce",
|
|
"slug": "salesforce",
|
|
"type": "salesforce_other_calendar",
|
|
"imageSrc": "/api/app-store/salesforce/icon.png",
|
|
"logo": "/api/app-store/salesforce/icon.png",
|
|
"url": "https://cal.com/apps/salesforce",
|
|
"variant": "other_calendar",
|
|
"categories": ["other"],
|
|
"publisher": "Cal.com",
|
|
"email": "help@cal.com",
|
|
"description": "Salesforce (Sales Cloud) is a cloud-based application designed to help your salespeople sell smarter and faster by centralizing customer information, logging their interactions with your company, and automating many of the tasks salespeople do every day.",
|
|
"__createdUsingCli": true
|
|
}
|