workflows.fit
Back to n8n workflows
n8n templateFreeBy Yatharth Chauhan

Route feedback by sentiment using Typeform, GCP Natural Language, Notion & Trello

Feedback Sentiment Workflow (Typeform → GCP → Notion/Slack/Trello) This template ingests feedback from Typeform, runs Google Cloud Natural Language sentiment analysis, routes based on sentiment, and then creates a Not...

CommunicationHITLProductivityAnalyticsCore NodesTypeform TriggerGoogle Cloud Natural LanguageIf
Loading interactive preview...

Template notes

Feedback Sentiment Workflow (Typeform → GCP → Notion/Slack/Trello)

This template ingests feedback from Typeform, runs Google Cloud Natural Language sentiment analysis, routes based on sentiment, and then creates a Notion database page and posts a Slack notification for positive items, or creates a Trello card for negative items. The flow is designed for quick setup and safe sharing using placeholders for IDs and credentials.

---

How it Works

1. Typeform Trigger Captures each new submission and exposes answers like Name and the long-text Feedback field.

2. Google Cloud Natural Language Analyzes the feedback text and returns a sentiment score in: documentSentiment.score

3. Check Sentiment Score (IF) - True branch: Score > 0 → Positive - False branch: Score ≤ 0 → Non-positive

4. Add Feedback to Notion (True branch) Creates a new page in a Notion database with mapped properties.