The lead capture template is a single-screen form that collects the information your sales team needs to qualify and follow up with a new prospect — all inside WhatsApp. Users fill in their name, business name, email, and optionally a phone number. They then select what they are interested in and a budget range, and can add any extra context in a free-text field. When they tap Submit, your bot receives the full payload.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 businesses that want to capture inbound sales enquiries directly from WhatsApp conversations: B2B companies, agencies, SaaS products, consultancies, or any business that qualifies leads before a sales conversation.Screen breakdown
The flow has one screen.Screen 1: Lead form (LEAD_FORM)
The screen title is Tell Us About You and the heading reads “Let’s Get Started.”
| Field | Type | Required | Options / Input type |
|---|---|---|---|
| Your Name | TextInput | Yes | Text |
| Business Name | TextInput | Yes | Text |
| Email Address | TextInput | Yes | |
| Phone Number | TextInput | No | Phone |
| What are you interested in? | Dropdown | Yes | Product Demo, Pricing Information, Partnership, Technical Support, Other |
| Budget Range | Dropdown | No | Under R5,000 · R5,000–R20,000 · R20,000–R50,000 · R50,000+ · Not sure yet |
| Tell us more | TextArea | No | Free text |
Components used
TextHeading, TextBody, TextInput, Dropdown, TextArea, Footer
Submitted payload
When the user completes the flow, your bot receives:| Key | Value |
|---|---|
contact_name | User’s name |
business_name | Business name |
email | Email address |
phone | Phone number (optional) |
interest | Selected interest ID (e.g. product_demo) |
budget | Selected budget range ID (e.g. 5k_20k) |
details | Free-text details (optional) |
How to generate this flow
Open the AI agent in your Paige project and send a prompt like:"Use the lead capture template""Create a lead generation form""Generate a flow based on the lead capture template"