**๐ ๏ธ Workflow Setup:**
1. ๐ Set up a webhook in n8n to receive customer feedback from online forms.
2. ๐ Trigger workflow for new feedback via the webhook.
3. ๐ Use Google Sheets node to retrieve stored feedback data.
4. ๐ Include CRM node like Salesforce for feedback from sales/support teams.
5. ๐ง Use EmailReadImap to gather feedback from emails.
6. ๐ Merge feedback data using Merge node.
7. ๐ค Send data to GPT-3 through HTTP Request node for summarization.
8. ๐ญ Classify data into positive, neutral, and negative sentiments with Switch node.
9. ๐ ๏ธ Format feedback with sentiment analysis using Set node.
10. โ๏ธ Process or categorize feedback further with Function node.
11. ๐ Update Google Sheets with new feedback data.
12. ๐ง Send report to stakeholders via EmailSend node.
13. ๐จ Set up error handling using IF and Telegram nodes for alerting.
14. ๐งช Test workflow with dummy data to ensure correct operation.
15. ๐พ Save and trigger workflow for secure credentials and URLs storage.
16. ๐ Monitor workflow performance for fine-tuning based on real-world situations.
**๐ง APIs, Scripts, Tools Used:**
– n8n
– Google Sheets API
– Salesforce API
– GPT-3 API
– EmailReadImap
– Telegram API