N8N ยท READY TO DEPLOY

n8n Workflows โ€” Pre-Built AI Automation

Import into n8n. Configure credentials. Activate. Agents work 24/7 from there.

๐Ÿ”— Genspark โ†’ Lindy Pipeline

Genspark generates content/leadsโ†’ Webhook receives outputโ†’ Routes to Lindyโ†’ Processes leads OR schedules reviewโ†’ Sends email notification

Genspark Super Agent + Lindy AI connected via n8n. Content generation โ†’ lead processing โ†’ calendar scheduling โ†’ email โ€” one pipeline.

GensparkLindy AIWebhookCalendarEmail

๐ŸŽ™๏ธ Voice Assistant โ€” Telegram + Calendar

Telegram message (voice or text)โ†’ Whisper transcribes voiceโ†’ GPT-4.1 replies with toolsโ†’ Checks Gmail + Calendarโ†’ Replies in Telegram

Personal AI assistant in Telegram. Handles voice messages, checks your calendar, sends emails. GPT-4.1 with memory.

TelegramWhisperGPT-4.1Google CalendarGmail

๐Ÿ“ง Chat โ†’ Email Automation

Chat message receivedโ†’ Gemini generates emailโ†’ Structured JSON outputโ†’ Gmail sends it

Type a message โ†’ AI drafts an email โ†’ sends it. Chat โ†’ LLM โ†’ Structured Output Parser โ†’ Gmail. Perfect for reminders, follow-ups, or any templated email.

Chat TriggerGemini 2.0 FlashGmailStructured Output Parser

๐Ÿ“จ AI Email Auto-Responder

Webhook receives messageโ†’ Gemini generates replyโ†’ Gmail sends it

Send a message via webhook โ†’ AI drafts a personalised reply โ†’ sends it instantly. 3 nodes. Under 5 minutes to set up.

WebhookGemini 2.0 FlashHTTP RequestGmail

๐Ÿ“ SEO Blog Post Automation

Google Sheets triggerโ†’ DeepSeek writes articleโ†’ DALL-E generates cover imageโ†’ Publishes to siteโ†’ SEO meta tags generated

List topics in a Google Sheet โ†’ AI writes the full article, generates a cover image, publishes with Yoast SEO meta tags. Zero manual work after setup.

Google SheetsDeepSeekDALL-EWordPressSEO Meta

๐Ÿ“ SEO Blog โ€” Static Site (Vercel)

Google Sheets topicโ†’ DeepSeek writes HTML articleโ†’ DALL-E cover imageโ†’ Pushes to GitHubโ†’ Vercel auto-deploys

Adapted for aisuitehq.org. One topic โ†’ AI writes article + cover โ†’ publishes instantly. No WordPress needed. Pushes directly to GitHub, Vercel deploys in seconds.

Google SheetsDeepSeekDALL-EGitHub APIVercel Auto-deploy

๐ŸŽฌ AI Video Automation

Schedule triggerโ†’ AI generates 5 video ideasโ†’ Writes 60-sec scriptsโ†’ HTTP Request to RunwayMLโ†’ ElevenLabs voiceoverโ†’ Saved to Google Sheets

Auto-generates promotional videos from content ideas daily. Uses HTTP Request nodes to call RunwayML and ElevenLabs APIs.

OpenAIRunwayMLElevenLabsGoogle SheetsHTTP Request

๐Ÿ“ž Appointment Booking Voice Agent

Webhook (incoming call)โ†’ GPT-5 Realtime conversationโ†’ Checks Google Calendarโ†’ Books appointmentโ†’ SMS + email confirmationโ†’ Outbound confirmation call

24/7 AI phone agent. Handles calls naturally, checks availability, books, confirms. No human needed.

GPT-5 RealtimeTwilioGoogle CalendarSMTPWebhookHTTP Request

How HTTP Request nodes work (from the course)

Method: GET URL: https://jsonplaceholder.typicode.com/todos/1 โ†’ Returns JSON data โ†’ Feed into next node (Gmail, Sheets, webhook) โ†’ Automate any API workflow in minutes

Every workflow uses the same pattern: Trigger โ†’ HTTP Request โ†’ Action. Once you understand the HTTP node, you can connect n8n to any API.

Our pattern: Webhook โ†’ HTTP Request โ†’ Gmail

Webhook receives dataโ†’ HTTP Request processes itโ†’ Gmail sends the output

The same pattern from Lesson 4. Use it to build lead processors, notification systems, report generators.

Get started

npm install -g n8n n8n start โ†’ Open http://localhost:5678 โ†’ Import workflows from ai-suite/n8n-workflows/ โ†’ Configure credentials โ†’ Activate

Deploy an agent to run these โ†’

โ† Agents ยท Build your own โ†’