- Automatically sync calendar events to ClickUp tasks.
- Track task statuses in Google Sheets for better visibility.
- Receive instant alerts on Slack for any workflow errors.
Captures calendar events through a webhook trigger. Processes event data using a text splitter for clarity. Generates embeddings for efficient task representation. Inserts task data into Pinecone for storage. Queries Pinecone for existing tasks to avoid duplicates. Utilizes a RAG agent to refine and append task data to Google Sheets. Sends Slack alerts for error handling.
- 1Import the workflow template into n8n.
- 2Configure the webhook trigger with your calendar application.
- 3Set up the Google Sheets integration with your account.
- 4Connect the OpenAI and Pinecone credentials.
- 5Test the workflow to ensure proper data flow.