- Automatically log file attachments from webhooks into Google Sheets.
- Utilize AI to process and analyze text data from attachments.
- Send alerts to Slack for any errors encountered during the workflow.
Trigger the workflow via a webhook when attachments are received. Split the text content of the attachments for better processing. Generate embeddings of the text using OpenAI for enhanced data representation. Insert the processed data into a Pinecone vector store for easy retrieval. Query the vector store to retrieve relevant context for further processing. Log the results into Google Sheets for record-keeping. Notify via Slack in case of any errors during the workflow execution.
- 1Import the Forward Attachments workflow template.
- 2Configure the webhook URL to receive incoming attachments.
- 3Set up OpenAI and Pinecone credentials in n8n.
- 4Define the Google Sheets document and sheet name for logging data.
- 5Test the workflow to ensure all connections and integrations are functioning.