πŸ“Š Automate testimonials in Strapi with n8n

⚑ 2,322 views Β· πŸ“Š Market Research & Insights

πŸ’‘ Pro Tip β€” Twitter’s API is paid now, which makes simple data pulls expensive. ScraperNode is a community node that scrapes Twitter profiles and posts without needing API access.

View All Scrapers

Description

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

πŸ”— Nodes Used

Interval, Start, Webhook, X (Formerly Twitter), Strapi, Google Cloud Natural Language

πŸ“₯ Import

Download workflow.json and import into n8n: Workflow menu β†’ Import from File

πŸ“– Importing guide Β· πŸ”‘ Credential setup