Analyze Typeform Feedback With AI and Route It to Slack
Each Typeform response is scored for sentiment and tagged by theme by AI, then logged in Slack — turning a pile of raw feedback into a trend you can actually act on.
- 1
Step 1 — Receive the response
Add a
Webhookfed by Typeform (or its native trigger) so each submission enters the flow. - 2
Step 2 — Analyse with AI
Add an
OpenAInode returning{ sentiment, theme, summary }from the free-text answer. - 3
Step 3 — Alert on detractors
Add an
Ifnode so strongly negative responses ping your team immediately, not just the log. - 4
Step 4 — Log to Slack
Add a
Slacknode. SetResourcetoMessageandOperationtoSend. Choose the channel (e.g.#alerts) and drop the sentiment, theme and summary into the message text using expressions like{{ $json.summary }}. Connect your Slack OAuth or bot-token credential.
Frequently asked questions
Can I track NPS trend over time?
Store each score with a date in Slack; a weekly digest workflow can then compute rolling NPS/CSAT and post the trend.
What themes does it use?
Whatever you list in the Step 2 prompt — pricing, onboarding, bugs, support, etc. Tuning that list to your product makes the tags genuinely useful.