Quick overview
This workflow monitors a Gmail inbox for unread emails with image attachments, uses easybits Extractor to turn handwritten meeting notes into structured data, creates a Google Doc in a chosen Drive folder, inserts the formatted notes, and replies to the original email with the document link.
How it works
- Triggers every minute when a new unread email arrives in Gmail and downloads its attachments.
- Sends the attached meeting-notes image to easybits Extractor to extract the meeting title, date, attendees, summary, action items, and source transcription.
- Formats the extracted fields into a single plain-text document body with fallbacks for missing values and counts the action items.
- Creates a new Google Doc in Google Drive using the extracted meeting title (or a date-based fallback).
- Inserts the generated plain-text body into the newly created Google Doc.
- Replies in Gmail to the original email thread with a link to the Google Doc and the number of action items captured.
Setup
- Connect Gmail OAuth2 credentials for the Gmail trigger and reply action.
- Install and configure the easybits Extractor community node and add your easybits API key (and select/configure the extractor pipeline used for meeting-note fields).
- Connect Google Docs (Google) OAuth2 credentials and set the destination Google Drive folder ID in the doc creation step.