ToolJet/server/templates/customer-support-admin/manifest.json

20 lines
463 B
JSON
Raw Normal View History

2023-10-12 06:26:29 +00:00
{
"name": "Customer support admin",
"description": "The Customer Support Admin template streamlines support with a Main Dashboard for ticket management and All Contacts for maintaining customer data.",
"widgets": [
"Table",
"Chart"
],
2023-10-12 06:26:29 +00:00
"sources": [
{
"name": "ToolJet Database",
"id": "tooljetdb"
},
{
"name": "SMTP",
"id": "smtp"
}
2023-10-12 06:26:29 +00:00
],
"id": "customer-support-admin",
"category": "customer-support"
}