Block 1 - Typeform Trigger
- 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.
This workflow allows you to add positive feedback messages to a table in Notion. Prerequisites 1. Create a Typeform that contains Long Text filed question type to accepts feedback from users. 2. Ge...
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 Harshil Agrawal.
Original n8n.io sourceThis workflow allows you to add positive feedback messages to a table in Notion.
Typeform Trigger node: Whenever a user submits a response to the Typeform, the Typeform Trigger node will trigger the workflow. The node returns the response that the user has submitted in the form.
Google Cloud Natural Language node: This node analyses the sentiment of the response the user has provided and gives a score.
IF node: The IF node uses the score provided by the Google Cloud Natural Language node and checks if the score is positive (larger than 0). If the score is positive we get the result as True, otherwise False.
Notion node: This node gets connected to the true branch of the IF node. It adds the positive feedback shared by the user in a table in Notion.
Slack node: This node will share the positive feedback along with the score and username to a channel in Slack.
Trello node: If the score is negative, the Trello node is executed. This node will create a card on Trello with the feedback from the user.
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 | Add positive feedback messages to a table in Notion |
|---|---|
| Complexity | intermediate |
| Nodes | 6 |
| Categories | Ticket Management, AI Summarization |
| Author | Harshil Agrawal |
| Published | 03 Jun 2021 |
Use the JSON export at /data/workflows/1109/1109.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.
This workflow allows you to add positive feedback messages to a table in Notion. Prerequisites 1. Create a Typeform that contains Long Text filed question type to accepts feedback from users. 2. Ge...
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 Ticket Management, AI Summarization use case.