This workflow allows users to interact with their Google Calendar using natural language. It leverages AI to interpret user prompts, determining whether to create new events or retrieve existing ones based on the input, and then performs the corresponding action in Google Calendar.
This workflow enables an AI assistant for Google Calendar. It utilizes OpenAI to interpret natural language requests, allowing users to either create new events or retrieve existing events from their Google Calendar. The workflow is manually triggered, processes user input with AI, and then executes the appropriate calendar action.
This workflow triggers when a new email receives a specific label in Gmail. It then leverages an AI model to parse the email content and extract key event details like title, start/end times, and location. Finally, it automatically creates a new event in Google Calendar and sends a confirmation email to the user.
This workflow is triggered when a new delivery confirmation email is received in Gmail. It utilizes AI to extract critical information such as the delivery date, time, and vendor from the email body. Finally, it automatically creates a new event in Google Calendar, ensuring you never miss a delivery.
This workflow runs daily at a scheduled time. It automatically retrieves all of your Google Calendar events for the day, then uses an AI model (like Gemini) to generate a concise summary of these meetings. Finally, it sends the AI-generated summary to a specified Slack channel, keeping you informed without manual effort.
This workflow triggers when a new email is received in Gmail. It uses AI to analyze the email content and identify meeting requests. Based on the request, it queries Google Calendar for available time slots. Finally, it composes and sends a response email suggesting suitable meeting times to the sender.
This workflow is manually triggered to extract and compare information from a selected PDF document in Google Drive. It uses GenFuse's OCR capabilities to get text from the PDF, then sends this text to both Claude and Gemini LLMs for specific data extraction based on a custom prompt. The workflow provides the outputs from both LLMs for direct comparison.