Built a 2-workflow n8n automation pipeline for a client's AI personal assistant system. WF-01 runs hourly, fetches meeting transcripts from
Fireflies.ai via GraphQL, then parses action items, summaries, and keywords — logging each as a structured review card in a Notion database with Type, Date, and Approved/Pushed status fields. WF-02 runs every 30 minutes, queries Notion for approved-but-unpushed items, then routes Tasks to Todoist (with due dates and descriptions) and Calendar Events to Google Calendar. Notion is auto-marked as Pushed after each sync to prevent duplicates. Eliminated all manual post-meeting task entry for the client.