
One customer message can mean very different things. It might be a bug, a docs problem, a feature request, a sales opportunity, or proof that the product is working. During a launch, you need a feedback workflow that can tell the difference and route each message to the right place. Here’s how to build one.
Use Zapier Professional or a higher plan. AI by Zapier and Paths are not available on the Free plan.
In Jotform:
Add these fields:
Don’t ask customers for their account value. If you already store that somewhere else, add it to Airtable later. Do not make it up.
Then:
Use the form link wherever customers can give launch feedback, such as emails, your community, support replies, and your product.
Jotform can turn your form into a conversational AI Agent. For this workflow, use the regular form instead. Structured fields help make the workflow easier to test and more consistent.
Create an Airtable base called Launch Feedback.
Create two tables:
In Feedback, add these fields:
Make Issue a linked-record field that links to the Issues table.
In Issues, add these fields:
Make Feedback the reciprocal linked-record field. Make Feedback Count a Count field based on the linked feedback records.
The links are quite important. They let multiple customer reports point to the same issue.
In Zapier:
Use a real example of customer feedback for the test. That way, every form field is available to map later.
If you collect feedback from other sources, create a separate Zap for each one. Different apps and platforms do not always have the same Zapier trigger.
Add another step.
In Prompt, paste this (or something similar):
“Analyze the feedback below. Do not invent facts.
Return:
* type: BUG, CONFUSION, FEATURE, PRAISE, SALES\_SIGNAL, or OTHER
* severity: BLOCKER, HIGH, MEDIUM, or LOW
* normalized_feedback: one clear sentence
* evidence: only evidence stated by the customer
* issue_key: exactly product-area|problem|surface. Use lowercase kebab-case. Keep the wording short and consistent.
* launch_fit: YES only if the feedback directly relates to this launch objective: [PASTE YOUR LAUNCH OBJECTIVE]
* testimonial_candidate: YES only if the customer describes a specific positive result. Otherwise NO.
* sales_signal: YES only if the feedback shows buying intent, expansion intent, a strong unmet business need, or another clear commercial signal. Otherwise NO.
* acknowledgement: a short two-sentence reply. Do not promise a fix or timeline.”
Map the Jotform fields below the prompt.
Then:
Create one output field for each value in the prompt.
Then: Click: Preview
Test the step with a bug report, a feature request, positive feedback, and confusing feedback.
When everything looks correct: Click: Finish
Also include your current known issues in the prompt. For example: Known issues: Safari login loop; Stripe coupon error.
Note: Keep this list up to date during the launch. AI by Zapier does not remember previous runs.
Add Airtable.
Zapier searches for a matching Issue Key. If it finds one, it reuses that issue. Otherwise, it creates a new one.
Note: For this to work well, keep your _issue\key values consistent.
Then add another Airtable action.
Map the previous step's record ID to Issue. Map Zap Data was found to Repeat Match.
Now, all reports about the same issue can link to one record.
For feature requests, use a simple score instead of letting AI decide what to build next.
Create a Backlog Score formula field in Airtable: IF({Repeat Match},2,0)+IF({User Segment}="Paid customer",2,IF({User Segment}="Trial",1,0))+IF({Launch Fit}="YES",1,0)
The highest possible score is 5. Here's how the scoring works:
Use the score to sort feature requests before you review them. You still decide which features to build.
Add: Paths
Create these branches.
Path 1: Urgent product problem
If the feedback is a blocker bug:
Map the normalized feedback, evidence, product area, and original feedback to the Linear issue.
Path 2: Repeated confusion
Send it to a Notion data source called Docs fixes.
Include the customer's exact words as evidence. Create the task first. Don't ask AI to rewrite your documentation automatically before you've created the task.
Path 3: Testimonial opportunity
Create a draft asking if you can share the customer's result. Review it yourself before sending.
Path 4: Sales signal
Now all potential sales feedback is in one Airtable view.
Path 5: Feature request
If type = FEATURE:
Use Backlog Score to sort feature requests before you review them.
Note: Remember that one feedback record can match more than one path. Build your Path conditions with that in mind.
In Airtable:
Add:
This gives you one dashboard for tracking your launch instead of having to check five inboxes.
Create another Zap.
Then add:
Add these fields to the digest:
Set the digest to run Hourly during the launch.
After that, add: Choose: AI by Zapier
Ask AI to summarize the digest using only the feedback provided.
Then:
Create the summary as a draft email to yourself. Review it before you send it.
Here's the rule: use automation to organize your launch feedback. Make the final product decisions yourself.
the good, the bad, the ugly - all feedback is valuable feedback. many thanks.