AutomationFlowsSlack & Telegram › Analyze Typeform Feedback with AWS Comprehend to Mattermost

Analyze Typeform Feedback with AWS Comprehend to Mattermost

Original n8n title: Analyze Feedback Using AWS Comprehend and Send It to a Mattermost Channel

Analyze Feedback Using Aws Comprehend And Send It To A Mattermost Channel. Uses mattermost, noOp, awsComprehend, typeformTrigger. Event-driven trigger; 5 nodes.

Event trigger★★☆☆☆ complexity5 nodesMattermostAWS ComprehendTypeform Trigger
Slack & Telegram Trigger: Event Nodes: 5 Complexity: ★★☆☆☆ Added:

The workflow JSON

Copy or download the full n8n JSON below. Paste it into a new n8n workflow, add your credentials, activate. Full import guide →

Download .json
{
  "nodes": [
    {
      "name": "Mattermost",
      "type": "n8n-nodes-base.mattermost",
      "position": [
        810,
        300
      ],
      "parameters": {
        "message": "=You got new feedback with a score of {{$json[\"SentimentScore\"][\"Negative\"]}}. Here is what it says:{{$node[\"Typeform Trigger\"].json[\"What did you think about the event?\"]}}",
        "channelId": "h7cxrd1cefr13x689enzyw7xhc",
        "attachments": [],
        "otherOptions": {}
      },
      "credentials": {
        "mattermostApi": "<your credential>"
      },
      "typeVersion": 1
    },
    {
      "name": "NoOp",
      "type": "n8n-nodes-base.noOp",
      "position": [
        800,
        500
      ],
      "parameters": {},
      "typeVersion": 1
    },
    {
      "name": "IF",
      "type": "n8n-nodes-base.if",
      "position": [
        600,
        400
      ],
      "parameters": {
        "conditions": {
          "number": [],
          "string": [
            {
              "value1": "={{$json[\"Sentiment\"]}}",
              "value2": "NEGATIVE"
            }
          ]
        }
      },
      "typeVersion": 1
    },
    {
      "name": "AWS Comprehend",
      "type": "n8n-nodes-base.awsComprehend",
      "position": [
        400,
        400
      ],
      "parameters": {
        "text": "={{$json[\"What did you think about the event?\"]}}",
        "operation": "detectSentiment"
      },
      "credentials": {
        "aws": "<your credential>"
      },
      "typeVersion": 1
    },
    {
      "name": "Typeform Trigger",
      "type": "n8n-nodes-base.typeformTrigger",
      "position": [
        200,
        400
      ],
      "parameters": {
        "formId": "DuJHEGW5"
      },
      "credentials": {
        "typeformApi": "<your credential>"
      },
      "typeVersion": 1
    }
  ],
  "connections": {
    "IF": {
      "main": [
        [
          {
            "node": "Mattermost",
            "type": "main",
            "index": 0
          }
        ],
        [
          {
            "node": "NoOp",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "AWS Comprehend": {
      "main": [
        [
          {
            "node": "IF",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Typeform Trigger": {
      "main": [
        [
          {
            "node": "AWS Comprehend",
            "type": "main",
            "index": 0
          }
        ]
      ]
    }
  }
}

Credentials you'll need

Each integration node will prompt for credentials when you import. We strip credential IDs before publishing — you'll add your own.

Pro

For the full experience including quality scoring and batch install features for each workflow upgrade to Pro

About this workflow

Analyze Feedback Using Aws Comprehend And Send It To A Mattermost Channel. Uses mattermost, noOp, awsComprehend, typeformTrigger. Event-driven trigger; 5 nodes.

Source: https://github.com/Zie619/n8n-workflows — original creator credit. Request a take-down →

More Slack & Telegram workflows → · Browse all categories →

Related workflows

Workflows that share integrations, category, or trigger type with this one. All free to copy and import.

Slack & Telegram

Analyze feedback and send a message on Mattermost. Uses typeformTrigger, googleCloudNaturalLanguage, mattermost. Event-driven trigger; 5 nodes.

Typeform Trigger, Google Cloud Natural Language, Mattermost
Slack & Telegram

Googlesheets Slack. Uses typeformTrigger, googleSheets, emailSend, slack. Event-driven trigger; 5 nodes.

Typeform Trigger, Google Sheets, Email Send +1
Slack & Telegram

Create A Channel Add A Member And Post A Message To The Channel On Mattermost. Uses manualTrigger, mattermost. Event-driven trigger; 4 nodes.

Mattermost
Slack & Telegram

Create a channel, add a member, and post a message to the channel. Uses manualTrigger, mattermost. Event-driven trigger; 4 nodes.

Mattermost
Slack & Telegram

Slack Typeform. Uses typeformTrigger, airtable, slack. Event-driven trigger; 4 nodes.

Typeform Trigger, Airtable, Slack