- Automatically log order shipment details in Google Sheets.
- Send real-time notifications to a Slack channel for order updates.
- Utilize AI to enhance order processing and notification accuracy.
- Maintain a structured record of shipped orders for future reference.
Triggers on a webhook signal when an order is shipped. Processes the order details using a text splitter. Generates embeddings for the order data. Inserts the processed data into a Supabase vector store. Queries the vector store for contextual information. Sends notifications to Google Sheets and Slack.
- 1Import the workflow template into n8n.
- 2Configure the webhook trigger with the appropriate path.
- 3Set up Google Sheets and Slack credentials.
- 4Adjust any parameters in the nodes as needed.
- 5Activate the workflow to start receiving notifications.