The support ticket template gives customers a structured way to report an issue directly inside WhatsApp. Rather than receiving an unstructured text message, your support team receives a categorised ticket with a subject, a detailed description, and a priority level — all in a consistent format that is easy to route and prioritise. The flow presents a single screen and takes under a minute for a customer to complete.Documentation Index
Fetch the complete documentation index at: https://howto.paigeme.dev/llms.txt
Use this file to discover all available pages before exploring further.
Who should use this template
This template suits any business with a customer support function: SaaS products, e-commerce stores, service providers, or any team that handles inbound issue reports. It is also a strong starting point for building a triage flow that routes tickets to different agents or channels based on category or priority.Screen breakdown
The flow has one screen.Screen 1: Support ticket form (TICKET_FORM)
The screen title is Support Request and the heading reads “How can we help?”
| Field | Type | Required | Options |
|---|---|---|---|
| Issue Category | Dropdown | Yes | Billing & Payments, Technical Issue, Account & Access, Feature Request, Other |
| Subject | TextInput | Yes | Text |
| Describe your issue | TextArea | Yes | Free text |
| Priority | Dropdown | Yes | Low — General question · Medium — Affecting workflow · High — Service disrupted · Urgent — Complete outage |
Components used
TextHeading, TextBody, Dropdown, TextInput, TextArea, Footer
Submitted payload
When the user completes the flow, your bot receives:| Key | Value |
|---|---|
category | Category ID (e.g. billing, technical, account, feature, other) |
subject | Issue subject |
description | Full description |
priority | Priority ID (low, medium, high, urgent) |
How to generate this flow
Open the AI agent in your Paige project and send a prompt like:"Use the support ticket template""Create a help desk ticket flow""Generate a flow based on the support ticket template"