Make.com Automation Flow
Post-Moderation Workflow for Italian DesAIgns
graph TD
A([🕒 Make Schedule
Runs Every 15 Minutes]) --> B[🌐 GBP Module: Watch Reviews]
B -->|New Review Found| E[🤖 Gemini Module: Generate Content]
subgraph Gemini System Instructions
direction TB
I1[Italian Tone / Emojis
Max 100/250 Words
Plain Text Only
italiandesaigns.com/blog]
end
I1 -.-> E
E --> WA1[🚀 GBP Module: Create/Update Reply]
WA1 --> H[📧 Gmail Module: Send Email]
H -.->|AI Did Great!| J([✅ Complete - Do Nothing])
H -.->|Needs a Tweak| U([👤 Click 'Edit' Button in Email])
U -->|Redirects to| GBP[🖥️ Google Business Dashboard]
classDef default fill:#f3f4f6,stroke:#9ca3af,stroke-width:2px,color:#1f2937;
classDef trigger fill:#dbeafe,stroke:#3b82f6,stroke-width:2px,color:#1e3a8a;
classDef api fill:#fef3c7,stroke:#f59e0b,stroke-width:2px,color:#92400e;
classDef ai fill:#ede9fe,stroke:#8b5cf6,stroke-width:2px,color:#4c1d95;
classDef human fill:#d1fae5,stroke:#10b981,stroke-width:2px,color:#065f46;
class A,J trigger;
class B,WA1 api;
class E ai;
class U,GBP human;