The contact form template is the simplest way to let customers reach you directly through WhatsApp. It presents a single screen asking for a full name, email address, an optional phone number, and a message. When the user taps Submit, your bot receives the details and can route them to your inbox, CRM, or support system. Because it has no branching logic, it is easy to understand, quick to fill in, and straightforward to customise.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 that wants a general-purpose “get in touch” form inside WhatsApp: small businesses, websites with a contact page, support teams, or any scenario where you want a low-friction way for customers to send a message.Screen breakdown
The flow has one screen.Screen 1: Contact form (CONTACT_INFO)
The screen title is Contact Us and the heading reads “Get in Touch.”
| Field | Type | Required | Input type |
|---|---|---|---|
| Full Name | TextInput | Yes | Text |
| Email Address | TextInput | Yes | |
| Phone Number | TextInput | No | Phone |
| Your Message | TextArea | Yes | Free text |
Components used
TextHeading, TextBody, TextInput, TextArea, Footer
Submitted payload
When the user completes the flow, your bot receives:| Key | Value |
|---|---|
name | Full name |
email | Email address |
phone | Phone number (optional) |
message | Free-text message |
How to generate this flow
Open the AI agent in your Paige project and send a prompt like:"Use the contact form template""Create a contact us flow""Generate a flow based on the contact form template"