Back to Templates

Automate testimonials in Strapi with n8n

Created by

Created by: Tom || mutedjam

Tom

Last update

Last update a year ago

Share


This is the workflow powering the n8n demo shown at StrapiConf 2022.

image.png

The workflow searches matching Tweets every 30 minutes using the Interval node and listens to Form submissions using the Webhook node.

Sentiment analysis is handled by Google using the Google Cloud Natural Language node before the result is stored in Strapi using the Strapi node.

(These were originally two separate workflows that have been combined into one to simplify sharing.)