Prepare daily AI meeting briefs from Google Calendar with GPT-4o and email
Quick Overview This workflow accepts a URL via an n8n form, fetches and extracts the main text from the web page, uses OpenAI (GPT-4o) to generate a structured research card (summary, tags, quotes, actions, sentiment, reading time), then saves the result to Notion and logs it in Google Sheets.
How it works Receives a URL submission through an n8n form. Fetches the page HTML from the submitted URL and stops if the response body is too short to be valid. Extracts the page title, author meta tag, and the main article text from the HTML. Sends the extracted text to OpenAI (GPT-4o) to produce a structured output with a bullet summary, topic tags, key quotes, action items, sentiment, and estimated reading time. Creates a new page in a Notion database using the extracted title and the AI-generated research card content. Appends the same structured result to a Google Sheets “Reading List” spreadsheet for tracking.
Setup Add an OpenAI credential (or compatible OpenAI API key) for the GPT-4o chat model used in the summarization step. Connect your Notion credentials, share the target database with the integration, and replace the Notion database URL/ID (currently set to https://www.notion.so/REPLACE_DB). Connect your Google Sheets credentials and replace the spreadsheet URL/ID (currently set to https://docs.google.com/spreadsheets/d/REPLACE_ID/edit) and confirm the “Reading List” sheet name exists. Publish the form and share the form URL with users who will submit pages to summarize.
Related Templates
AI Email Classifier & Auto-Delete for Gmail (SPAM/OFFER Cleaner)
This workflow is designed for freelancers, solopreneurs, and business owners who receive a high volume of irrelevant mes...
Generate Food Recipes from Gmail & Form Requests with Ollama & Llama 3.2
This n8n template demonstrates how to create an intelligent food recipe assistant that accepts requests via Gmail and we...
Automatic News Summarization & Email Digest with GPT-4, NewsAPI and Gmail
📰 AI News Digest Agent: Auto News Summarizer & Email Newsletter Create an intelligent news curation system that automat...
🔒 Please log in to import templates to n8n and favorite templates
Workflow Visualization
Loading...
Preparing workflow renderer
Comments (0)
Login to post comments