Block 1 - Typeform: New Submission
- Type / Role
- n8n-nodes-base.typeformTrigger - typeformTrigger
- Config choices
- Version 1
This workflow is provided as-is. Please review and test before using in production.
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, a...
n8n-nodes-base.typeformtrigger, n8n-nodes-base.googlecloudnaturallanguage, n8n-nodes-base.if, n8n-nodes-base.notion, n8n-nodes-base.slack, n8n-nodes-base.trello
This workflow is cataloged by N8N Workflows and links back to its original n8n.io source page by Yatharth Chauhan.
Original n8n.io sourceThis 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.
Typeform Trigger
Captures each new submission and exposes answers like Name and the long-text Feedback field.
Google Cloud Natural Language
Analyzes the feedback text and returns a sentiment score in:documentSentiment.score
Check Sentiment Score (IF)
Add Feedback to Notion (True branch)
Creates a new page in a Notion database with mapped properties.
Notify Slack (after Notion)
Posts the feedback, author, and score to a Slack channel for visibility.
Create Trello Card (False branch)
Logs non-positive items to a Trello list for follow-up.
∈ [-1, 1] ≥ 0.25) for stricter positivity. This catalog entry is organized from the workflow JSON. The node-level section below shows the executable blocks available for review before importing the template.
| Workflow | Route feedback by sentiment using Typeform, GCP Natural Language, Notion & Trello |
|---|---|
| Complexity | intermediate |
| Nodes | 6 |
| Categories | AI Summarization, Multimodal AI |
| Author | Yatharth Chauhan |
| Published | 11 Aug 2025 |
Use the JSON export at /data/workflows/7243/7243.json as the source template for this automation.
Open n8n, import the downloaded JSON, and review each node before activating the workflow.
Replace placeholder credentials, API keys, webhook URLs, account IDs, and environment-specific values with your own settings.
Run the workflow manually or in a staging workspace, inspect node output, and confirm downstream systems receive the expected data.
Enable the workflow only after testing, then monitor executions, errors, and rate limits during the first production runs.
Review imported nodes carefully before activation. This catalog entry is intended to help you inspect the workflow structure, understand required services, and find related templates faster.
Node names, credentials, schedules, webhook paths, and external service limits may need adjustment for your workspace.
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, a...
Review the workflow JSON, configure any required credentials in n8n, and test the automation in a safe workspace before using it in production.
Yes. Use the block-by-block analysis and the downloadable JSON to inspect each node, then adjust credentials, prompts, schedules, filters, or destinations for your AI Summarization, Multimodal AI use case.