ToolJet/server/templates/customer-ticketing-form/manifest.json

20 lines
497 B
JSON
Raw Normal View History

2023-10-12 06:26:29 +00:00
{
"name": "Customer ticketing form",
"description": "The Customer Ticketing Form optimizes support ticket management, seamlessly gathering customer info and tracking ticket progress with deep integration into Customer Support Admin.",
"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-ticketing-form",
"category": "customer-support"
}