🔹 Connect Twitter API node to fetch social media posts
🔹 Use Text Analysis node to analyze sentiment of each post
🔹 Set up a Switch node to route positive and negative sentiment posts
🔹 Save positive sentiment posts to a database using MongoDB node
🔹 Send negative sentiment posts to a notification service using Email node
🔹 Schedule workflow to run daily using Cron node
Summary of APIs, Scripts, and Tools:
- Twitter API: To fetch social media posts
- Text Analysis node: To analyze sentiment of social media posts
- MongoDB node: To save positive sentiment posts to a database
- Email node: To send negative sentiment posts to a notification service
- Cron node: To schedule workflow to run daily