Skip to main content

Add positive feedback messages to a table in Notion

Workflow preview

Workflow preview
100%
Add positive feedback messages to a table in Notion preview
Open on n8n.io

Important notice

This workflow is provided as-is. Please review and test before using in production.

1. Workflow Overview

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...

Best for

  • Ticket Management automation workflows
  • AI Summarization automation workflows
  • intermediate n8n builders looking for reusable templates

Tools used

n8n-nodes-base.typeformtrigger, n8n-nodes-base.googlecloudnaturallanguage, n8n-nodes-base.if, n8n-nodes-base.notion, n8n-nodes-base.slack, n8n-nodes-base.trello

Source and attribution

This workflow is cataloged by N8N Workflows and links back to its original n8n.io source page by Harshil Agrawal.

Original n8n.io source

1.1 Workflow description

Title
Add positive feedback messages to a table in Notion
Workflow name
Add positive feedback messages to a table in Notion

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. Get your Typeform credentials by following the steps mentioned in the documentation.
  3. Follow the steps mentioned in the documentation to create credentials for Google Cloud Natural Language.
  4. Create a page on Notion similar to this page.
  5. Create credentials for the Notion node by following the steps in the documentation.
  6. Follow the steps mentioned in the documentation to create credentials for Slack.
  7. Follow the steps mentioned in the documentation to create credentials for Trello.

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.

1.2 Logical Blocks

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.

2. Block-by-Block Analysis

Block 1 - Typeform Trigger

Type / Role
n8n-nodes-base.typeformTrigger - typeformTrigger
Config choices
Version 1

Block 2 - Google Cloud Natural Language

Type / Role
n8n-nodes-base.googleCloudNaturalLanguage - googleCloudNaturalLanguage
Config choices
Version 1

Block 3 - IF

Type / Role
n8n-nodes-base.if - if
Config choices
Version 1

Block 4 - Notion

Type / Role
n8n-nodes-base.notion - notion
Config choices
Version 1

Block 5 - Slack

Type / Role
n8n-nodes-base.slack - slack
Config choices
Version 1

Block 6 - Trello

Type / Role
n8n-nodes-base.trello - trello
Config choices
Version 1

3. Summary Table

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

4. Reproducing the Workflow from Scratch

  1. 1. Download the workflow JSON

    Use the JSON export at /data/workflows/1109/1109.json as the source template for this automation.

  2. 2. Import the template into n8n

    Open n8n, import the downloaded JSON, and review each node before activating the workflow.

  3. 3. Configure credentials and variables

    Replace placeholder credentials, API keys, webhook URLs, account IDs, and environment-specific values with your own settings.

  4. 4. Test with sample data

    Run the workflow manually or in a staging workspace, inspect node output, and confirm downstream systems receive the expected data.

  5. 5. Activate and monitor

    Enable the workflow only after testing, then monitor executions, errors, and rate limits during the first production runs.

5. General Notes & Resources

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.

Frequently asked questions

What does Add positive feedback messages to a table in Notion do?

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...

What do I need before importing this workflow?

Review the workflow JSON, configure any required credentials in n8n, and test the automation in a safe workspace before using it in production.

Can I customize this workflow?

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.