- Automatically send Etsy reviews to a Slack channel for team visibility.
- Store reviews in a database for future analysis and reporting.
- Receive alerts in Slack for any errors during the review processing.
Webhook trigger captures new Etsy reviews. Text splitter processes reviews into manageable chunks. Embeddings are generated for the reviews to enhance data storage. Reviews are inserted into a Supabase database for easy retrieval. A RAG agent processes the reviews and prepares them for Slack. In case of errors, alerts are sent to a designated Slack channel.
- 1Import the workflow template into n8n.
- 2Configure the webhook URL in Etsy to trigger the workflow.
- 3Set up the necessary credentials for OpenAI, Supabase, and Slack.
- 4Test the workflow by submitting a new review on Etsy.