User Interview Recruitment
Recruit relevant users for research interviews and filter by personas.
💡 This is an interactive sandbox preview. Click buttons to simulate form navigation.
Properties & Integrations
Template Fields
| Question Text (Label) | Internal Key | Field Type | Required |
|---|---|---|---|
| What's your name? | name | text | ✓ Yes |
| Your primary phone or email? | contact | text | ✓ Yes |
| Which segment best describes your role? | user_segment | select | ✓ Yes |
| What is your single biggest daily pain point? | current_problem | textarea | ✓ Yes |
| What is your availability for a 30-minute call? | available_time | text | -- |
Properties & Integrations
30-Second Setup Guide
1. Click the 'Use This Template' button above to clone it.
2. Tweak labels or add questions in seconds using our AI Agent console.
3. Save, configure your custom webhook payload, and share the link.
Related solution guides
Continue from this template into a fuller workflow guide with fields, publishing steps, and SEO-ready use cases.
Smart Automation Features
High-Converting Layout
Engage respondents with our side-by-side design featuring immersive live visual assets.
AI-customizable fields
Start from the template, then use AI to adapt questions, field labels, and the flow to the real scenario.
Built-in feishu_bot webhook dispatch
Route submissions to a custom webhook endpoint or supported bot path, then review delivery logs and failed-delivery retries.
{
"layout": "single",
"aspects": {
"welcomeImage": "cozy-calendar",
"themeVariant": "default",
"preferredDevice": "phone"
},
"fields": [
{
"key": "name",
"label": "What's your name?",
"type": "text",
"required": true,
"placeholder": "e.g., Alex Doe"
},
{
"key": "contact",
"label": "Your primary phone or email?",
"type": "text",
"required": true,
"placeholder": "Where we can reach you to schedule"
},
{
"key": "user_segment",
"label": "Which segment best describes your role?",
"type": "select",
"required": true,
"options": [
{
"label": "Content Creator / Blogger",
"value": "creator"
},
{
"label": "Founder / Startup Employee",
"value": "startup"
},
{
"label": "Corporate Employee",
"value": "enterprise_user"
},
{
"label": "Academic / Researcher",
"value": "student_researcher"
},
{
"label": "Other Persona",
"value": "other"
}
]
},
{
"key": "current_problem",
"label": "What is your single biggest daily pain point?",
"type": "textarea",
"required": true,
"placeholder": "e.g., Organizing weekly user feedback forms..."
},
{
"key": "available_time",
"label": "What is your availability for a 30-minute call?",
"type": "text",
"required": false,
"placeholder": "e.g., Weekday evenings, or Saturday mornings"
}
]
}