Back to Templates
Turn a simple email workflow into a LinkedIn content machine. Generate post ideas, draft full posts, and auto-publish to LinkedIn all controlled by replying to emails.
Automate your LinkedIn posting pipeline using AI + Email approvals.
ideas → drafts → published
)
flowchart TB
A["Manual Trigger"] --> B["AI Agent - Generate 10 Ideas"]
B --> C["Code - Parse JSON + Correlation ID"]
C --> D["Google Sheets - Append Ideas"]
D --> E["Gmail - Send Ideas Email"]
E --> F["Gmail Trigger - Await Reply"]
F --> G["Code1 - Extract Reply Number"]
G --> H["Google Sheets - Fetch Row"]
H --> I{"Switch Stage"}
I -- Ideas --> J["AI Agent - Generate 3 Drafts"]
J --> K["Code3 - Parse Drafts"]
K --> L["Google Sheets - Update Drafts"]
L --> M["Gmail - Send Drafts Email"]
I -- Drafts --> N["Code4 - Select Final Draft"]
N --> O["LinkedIn - Publish Post"]
O --> P["Google Sheets - Update Posted"]
P --> Q["Gmail - Send Confirmation"]