Quick overview
Quick overview This workflow collects a meeting transcript via an n8n Form, uses OpenAI (ChatGPT) to extract structured meeting intelligence, logs the results to Google Sheets, creates one ClickUp task per action item, and emails an HTML meeting brief via Gmail. How it works Receives a submission from an n8n Form containing the meeting title, date, participants, duration, and full transcript. Validates the transcript length, calculates word and participant counts, and assigns a unique meeting ID. Sends the meeting context to OpenAI (ChatGPT) to extract a strict JSON object with the summary, key topics, decisions, action items, risks, follow-up date, and sentiment. Parses and normalizes the AI JSON output, then prepares formatted strings for reporting and downstream systems. Appends the meeting record to a Google Sheets “Meetings” worksheet. Splits the extracted action items into individual entries and creates a ClickUp task for each valid action item. Sends the formatted HTML meeting brief to the configured team email address using Gmail. Setup Add an OpenAI API credential in the OpenAI Chat Model node and select the model to use. Connect Google Sheets OAuth credentials, set the target spreadsheet ID, and ensure a “Meetings” sheet exists with columns matching the fields being appended. Provide a ClickUp API token and replace the ClickUp List ID in the HTTP request URL so tasks are created in the correct list. Connect Gmail OAuth credentials and set the recipient email address for the meeting brief. Activate the workflow and use the generated Form URL to submit meeting transcripts from your team. An n8n automation workflow template by isaWOW.
isaWOW
web
free
Others in the same category, ranked by how often they are opened.