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

12 lines
414 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"],
"sources": [
{ "name": "ToolJet Database", "id": "tooljetdb" },
{ "name": "SMTP", "id": "smtp" }
2023-10-12 06:26:29 +00:00
],
"id": "customer-support-admin",
"category": "operations"
}