workflows.fit
Back to n8n workflows
n8n templateFreeBy Harshil Agrawal

Analyze feedback and send a message on Mattermost

This workflow analyzes the sentiments of the feedback provided by users and sends them to a Mattermost channel. ![workflow-screenshot](fileId:346) Typeform Trigger node: Whenever a user submits a response to the Typef...

CommunicationAnalyticsCore NodesTypeform TriggerGoogle Cloud Natural LanguageIfMattermost
Loading interactive preview...

Template notes

This workflow analyzes the sentiments of the feedback provided by users and sends them to a Mattermost channel.

![workflow-screenshot](fileId:346)

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 negative (smaller than 0). If the score is negative we get the result as True, otherwise False.

Mattermost node: If the score is negative, the IF node returns true and the true branch of the IF node is executed. We connect the Mattermost node with the true branch of the IF node. Whenever the score of the sentiment analysis is negative, the node gets executed and a message is posted on a channel in Mattermost.

NoOp: This node here is optional, as the absence of this node won't make a difference to the functioning of the workflow.

This workflow can be used by Product Managers to analyze the feedback of the product. The workflow can also be used by HR to analyze employee feedback. You can even use this node for sentiment analysis of Tweets.