Marketing Automation Workflows — Page 4 | Neura Market
    Neura Market
    Neura Market
    /Categories
    Marketplace
    Directories
    Resources
    Home/Categories/Marketing

    Marketing Workflows

    Marketing and advertising tools

    • Automate Cold Email Campaigns with AI Specialists and O3 Director

      Leverage AI to create high-impact cold email campaigns with a strategic Outreach Director and specialized agents for research, copywriting, personalization, and analytics.

      n8nFree
    • Automate Weekly SEO Keyword Research and Competitor Analysis

      This workflow automates the process of weekly keyword research and competitor analysis using AI and data scraping tools. It saves time by continuously updating a Google Sheets database with trending keywords, enabling strategic SEO and content marketing decisions.

      n8nFree
    • Automate Marketing Asset Creation with n8n, Airtable, and OpenAI

      This workflow streamlines the creation of marketing assets by automating the generation of professional flyers and videos from product images and descriptions using n8n, Airtable, and OpenAI.

    Marketplace

    • Prompts
    • Workflows
    • Agents Store
    • Workflow Packs
    • Categories
    • Marketplace

    Directories

    • AI Tools Directory
    • ChatGPT
    • Claude
    • Gemini
    • Cursor
    • Grok
    • DeepSeek
    • Perplexity
    • CoPilot
    • Midjourney
    • Stable Diffusion
    • MCP Servers
    • .md Directory
    • All Directories

    Free Tools

    • AI Text Humanizer
    • AI Content Detector
    • Workflow Generator
    • Model Comparison
    • AI Pricing Calculator
    • AI Benchmarks
    • ROI Calculator
    • All Free Tools

    Resources

    • AI News
    • Blog
    • AI Models
    • Integrations
    • Alternatives
    • n8n vs Zapier
    • Make vs Zapier
    • n8n vs Make
    • Resource Library
    • Documentation

    Community

    • AI Jobs
    • AI Events
    • AI Companies
    • Start Selling
    • Sell n8n Workflows
    • Sell AI Agents
    • Sell Prompts
    • Creator Guide
    • Advertise
    • Affiliates

    Company

    • About
    • Contact
    • Help
    • Careers
    • Pricing
    • Terms
    • Privacy
    • License
    • DMCA

    Stay Updated

    Get the latest AI tools and insights delivered to your inbox.

    Neura Market Logoneuramarket

    © 2026 Neura Market. All rights reserved.

    n8n
    Free
  1. Automate Multi-Platform Video Publishing via Google Sheets and Blotato

    Streamline your video distribution by automatically publishing content to nine social media platforms using Google Sheets and Blotato's API.

    n8nFree
  2. Automate Video Ad Creation and Publishing with AI Tools

    Streamline the creation and distribution of professional video ads using AI and automation. This workflow handles script writing, video production, and social media publishing, enabling you to produce engaging ads quickly and efficiently.

    n8nFree
  3. Generate Marketing Reports from Google Sheets with GP-4 Insights and PDF.co

    This workflow pulls **marketing data from Google Sheets**, aggregates spend by channel, generates an **AI-written summary**, and outputs a formatted **PDF report** using a custom HTML template on **PDF.co**. --- ## Setup Instructions ### 1. Prepare Your Google Sheet - Copy this template into your Google Drive: [Sample Marketing Data](https://docs.google.com/spreadsheets/d/1UDWt0-Z9fHqwnSNfU3vvhSoYCFG6EG3E-ZewJC_CLq4/edit?gid=365710158#gid=365710158) - Add or update your marketing spend data in rows 2-100. #### Connect Google Sheets in n8n 1. Go to **n8n → Credentials → New → Google Sheets (OAuth2)** 2. Log in with your Google account and grant access 3. Select the **Spreadsheet ID** and **Worksheet** in the workflow --- ### 2. Set Up PDF.co for PDF Reports 1. Create a free account at [PDF.co](https://pdf.co/) 2. In **PDF.co Dashboard → HTML to PDF Templates**, create a new **Mustache template** - Paste the HTML provided at the bottom of this description - Save, and note your **Template ID** 3. In **n8n → Credentials → New → PDF.co API**, paste your **API Key** and save 4. In the workflow, select your **PDF.co credential** in the `Create PDF` node 5. Replace the `templateId` with your Template ID --- ## How It Works - **Google Sheets Node**: Pulls marketing spend data - **Summarize Nodes**: Aggregate total spend and spend per channel - **OpenAI Node**: Writes a daily summary of marketing performance - **Code Node**: Converts aggregated data into the correct shape for the PDF template - **PDF.co Node**: Generates a final, formatted **PDF report** --- ## Contact Need help customizing this (e.g., filtering by campaign, sending reports by email, or formatting your PDF)? - ✉ **robert@ynteractive.com** - 🔗 **[Robert Breen](https://www.linkedin.com/in/robert-breen-29429625/)** - 🌐 **[ynteractive.com](https://ynteractive.com)** --- ## ➤ HTML Template (for PDF.co) > Paste this into a new **HTML Template** on [PDF.co](https://pdf.co/) and reference its Template ID in your workflow. ```html <!DOCTYPE html> <html> <head> <meta charset="utf-8" /> <title>Invoice {{invoiceNumber}}</title> <style> body { font-family: Arial, Helvetica, sans-serif; margin: 36px; color: #222; } .header { display: flex; justify-content: space-between; align-items: center; } .brand { max-height: 56px; } h1 { margin: 12px 0 4px; font-size: 22px; } .meta { font-size: 12px; color: #555; } .two-col { display: flex; gap: 24px; margin-top: 16px; } .box { flex: 1; border: 1px solid #ddd; padding: 12px; border-radius: 6px; } .label { font-size: 11px; color: #666; text-transform: uppercase; letter-spacing: .02em; } table { width: 100%; border-collapse: collapse; margin-top: 16px; } th, td { border-bottom: 1px solid #eee; padding: 10px 8px; font-size: 13px; } th { background: #fafafa; text-align: left; } tfoot td { border-top: 2px solid #ddd; font-size: 13px; } .right { text-align: right; } .totals td { padding: 6px 8px; } .grand { font-weight: 700; font-size: 14px; } .notes { margin-top: 18px; font-size: 12px; color: #444; } </style> </head> <body> <div> <div> <h1>Invoice {{invoiceNumber}}</h1> <div>Date: {{invoiceDate}} &nbsp; | &nbsp; Due: {{dueDate}}</div> </div> {{#company.logoUrl}} <img src="{{company.logoUrl}}" alt="Logo" /> {{/company.logoUrl}} </div> <div> <div> <div>From</div> <div><strong>{{company.name}}</strong></div> <div>{{company.address}}</div> <div>{{company.phone}}</div> <div>{{company.email}}</div> </div> <div> <div>Bill to</div> <div><strong>{{billTo.name}}</strong></div> <div>{{billTo.address}}</div> <div>{{billTo.email}}</div> </div> </div> <table> <thead> <tr> <th>#</th> <th>Description</th> <th>Qty</th> <th>Unit Price</th> <th>Line Total</th> </tr> </thead> <tbody> {{#items}} <tr> <td>{{line}}</td> <td>{{description}}</td> <td>{{qty}}</td> <td>{{unitPriceFmt}}</td> <td>{{lineTotalFmt}}</td> </tr> {{/items}} </tbody> <tfoot> <tr> <td colspan="4">Subtotal</td> <td>{{subtotalFmt}}</td> </tr> <tr> <td colspan="4">Tax ({{taxRatePct}})</td> <td>{{taxAmountFmt}}</td> </tr> <tr> <td colspan="4">Discount</td> <td>-{{discountFmt}}</td> </tr> <tr> <td colspan="4">Total</td> <td>{{totalFmt}}</td> </tr> </tfoot> </table> <div> <strong>Notes:</strong> {{notes}}<br /> <strong>Terms:</strong> {{terms}} </div> </body> </html> ```

    n8nFree
  4. Comprehensive SEO Keyword Research & Analysis with DataForSEO and Google Sheets

    Overview This n8n workflow, named Keyword Search for Blogs, automates the process of gathering and organizing keyword research data for SEO purposes. It integrates with Google Sheets and Google Drive to manage input and output data and leverages the DataForSEO API to fetch comprehensive keyword-related information, including related keywords, keyword suggestions, keyword ideas, autocomplete suggestions, subtopics, and SERP (Search Engine Results Page) analysis. The workflow is designed to streamline SEO research by collecting, processing, and storing data in an organized manner for blog content creation. Workflow Functionality The workflow performs the following key functions: - **Trigger**: Initiated manually via the "When clicking" test workflow node, allowing users to start the process on-demand. - **Input Data Retrieval**: Reads primary keywords, location, and language data from a specified Google Sheet (SEO PRO). - **Spreadsheet Creation**: Creates a new Google Sheet with a dynamic title based on the current date (e.g., YYYY-MM-DD-seo pro) and predefined sheet names for organizing different types of keyword data (e.g., keyword, SERP, Content, related keyword, keyword ideas, suggested keyword, subtopics, autocomplete). - **Google Drive Integration**: Moves the newly created spreadsheet to a designated folder (seo pro) in Google Drive for organized storage. - **API Data Collection**: - **Related Keywords**: Fetches related keywords using the DataForSEO API (/v3/dataforseo_labs/google/related_keywords/live), including SERP information and keyword metrics like search volume, CPC, and competition. - **Keyword Suggestions**: Retrieves keyword suggestions via the DataForSEO API (/v3/dataforseo_labs/google/keyword_suggestions/live). - **Keyword Ideas**: Collects keyword ideas using the DataForSEO API (/v3/dataforseo_labs/google/keyword_ideas/live). - **Autocomplete Suggestions**: Gathers Google autocomplete suggestions through the DataForSEO API (/v3/serp/google/autocomplete/live/advanced). - **Subtopics**: Generates subtopics for the primary keyword using the DataForSEO API (/v3/content_generation/generate_sub_topics/live). - **People Also Ask & Organic Results**: Pulls People Also Ask questions and organic SERP results via the DataForSEO API (/v3/serp/google/organic/live/advanced). - **Data Processing**: - Uses Split Out nodes to break down API responses into individual items for processing. - Employs Edit Fields nodes to map and format data, extracting relevant fields like keyword, search intent, search volume, CPC, competition, keyword difficulty, and SERP item types. - Filters SERP results to separate People Also Ask and organic results for targeted processing. - **Data Storage**: Appends processed data to multiple sheets in the destination Google Sheet (2025-06-08-seo pro) across different tabs: - **Master Sheet**: Stores comprehensive data including keywords, search intent, related keywords, SERP analysis, and more. - **Related Keywords**: Stores related keyword data with metrics. - **Suggested Keywords**: Stores suggested keyword data. - **Keyword Ideas**: Stores keyword ideas with relevant metrics. - **Autocomplete**: Stores autocomplete suggestions. - **Subtopics**: Stores generated subtopics. - **Organic Results**: Stores organic SERP data with details like domain, URL, title, and description. Key Features - **Automation**: Eliminates manual keyword research by automating data collection and organization. - **Scalability**: Processes multiple keywords and their related data in a single workflow run, with a limit of 100 related items per API call. - **Dynamic Organization**: Creates and organizes data in a new Google Sheet with a timestamped title, ensuring easy tracking of research over time. - **Comprehensive SEO Insights**: Collects diverse SEO metrics (e.g., keyword difficulty, search intent, SERP item types) to inform content strategy. - **Error Handling**: Uses filters to ensure only relevant data (e.g., people_also_ask or organic results) is processed and stored. Use Case This workflow is ideal for SEO professionals, content creators, and digital marketers who need to perform in-depth keyword research for blog content. It provides a structured dataset that can be used to identify high-potential keywords, understand search intent, analyze SERP competition, and generate content ideas, all of which are critical for optimizing blog posts to rank higher on search engines. Inputs - **Google Sheet (SEO PRO)**: Contains primary keywords, location names, and language names. - **Google Drive Folder**: Destination folder (seo pro) for storing the output spreadsheet. - **DataForSEO API Credentials**: Requires HTTP Basic Authentication credentials for accessing DataForSEO API endpoints. Outputs - A new Google Sheet titled with the current date (e.g., 2025-06-08-seo pro) containing multiple tabs: - **Master Sheet**: Aggregated data for all keyword types. - **Related Keywords**: Detailed metrics for related keywords. - **Suggested Keywords**: Suggested keyword data.

    n8nFree
  5. Automate Yoast SEO Metadata Updates for WordPress Posts

    This workflow automates the updating of SEO titles and meta descriptions for WordPress posts using the Yoast SEO API, enhancing your site's SEO efficiency.

    n8nFree
  6. Extract Business Leads from Google Maps with Dumpling AI to Google Sheets

    ### Who is this for? This workflow is built for marketers, sales teams, agencies, virtual assistants, and anyone who regularly researches or contacts local businesses. It's ideal for building lead lists, tracking competitors, or creating location-specific outreach campaigns. --- ### What problem is this workflow solving? Instead of manually searching Google Maps and copying business info into spreadsheets, this automation pulls structured business data (e.g., restaurants, gyms, service providers) and logs it directly into Google Sheets. It saves hours of work and ensures cleaner, more usable data. --- ### What this workflow does The workflow takes a Google Maps search query (like best restaurants in New York) and sends it to Dumpling AI. It returns a list of places including their name, address, website, phone number, rating, and more. Each result is split into a row and automatically added to a Google Sheet. --- ### Setup 1. **Dumpling AI** - Sign up at [Dumpling AI](https://www.dumplingai.com/) - Generate your API key - In the HTTP Request node, select `Header Auth` and paste your key in the Authorization field. 2. **Google Sheets** - Create a sheet with tab name `Leads` - Add the following column headers to row 1: `Name`, `Address`, `Phone number`, `Website`, `Rating`, `Price Level`, `Type`, `Booking Link`, `Position` - Connect your Google Sheets account and link this sheet in the node. 3. **Customize the Query** - In the HTTP node, replace the query string (e.g., `best+restaurants+in+New+York`) with your own search term. 4. **Run It** - Use the manual trigger to test - Optionally swap in a Schedule or Webhook node to run it automatically. --- ### How to customize this workflow to your needs - Change the search query to target different cities or business types - Use filters to only save leads with a minimum rating or price level - Add GPS to summarize listings or qualify leads - Swap Google Sheets for Airtable or a CRM system for deeper integration.

    n8nFree
  7. Automate Real Estate Marketing with AI-Driven Email and Voice Campaigns

    This n8n workflow automates real estate marketing by integrating AI-generated content with email and voice campaigns. It monitors real estate offers, creates personalized promotional content, and manages lead follow-up through automated communications.

    n8nFree
  8. Automate Social Media Analysis and Personalized Email Outreach

    Streamline your lead generation process by automatically analyzing social media profiles and sending personalized emails using AI-driven content generation.

    n8nFree
  9. Automate YouTube Trend Analysis for High-Engagement Keywords

    This workflow fetches trending YouTube videos in Germany and extracts high-engagement keywords for content strategy. It automates the process of identifying viral topics and provides insights into audience engagement.

    n8nFree
  10. Automate Marketing Performance Reports with Google Sheets and Outlook

    This n8n workflow automates the process of generating marketing performance reports by retrieving data from Google Sheets, calculating key metrics, and sending formatted HTML reports via Outlook. Ideal for marketing teams seeking efficient, regular reporting.

    n8nFree
  11. Automate Instagram Reel Creation with AI and Veo3

    This workflow automates the creation of Instagram Reels using AI-generated prompts and the Veo3 API, streamlining ad content production for marketers and content creators.

    n8nFree
  12. AI-Powered Cold Email Personalization with Website Scraping

    This workflow automates the creation of personalized cold email icebreakers using advanced AI and website scraping techniques, significantly improving response rates.

    n8nFree
  13. Automate Ad Image Creation from Campaign Briefs Using OpenAI and Azure

    Transform your campaign briefs into visually striking ad images with this n8n workflow. Leverage OpenAI and Azure to generate high-resolution images tailored to your brand's style and objectives.

    n8nFree
  14. Automate Instagram and Facebook Posts with Meta Graph API and Token Management

    This workflow automates the posting of content to Instagram Business and Facebook Pages using the Meta Graph API. It efficiently manages both short-lived and long-lived tokens, leveraging System User tokens for sustainable automation.

    n8nFree
  15. Automate AI-Personalized Cold Email Campaigns with Supabase, Smartlead, and Google Gemini

    This workflow automates the creation and execution of AI-personalized cold email campaigns. It fetches leads, generates personalized email content using AI, sends emails via Smartlead, and logs campaign activity in Google Sheets.

    n8nFree
  16. Identify SEO Content Gaps Using InfraNodus and Google Sheets

    This workflow helps you discover content gaps in competitors' websites using InfraNodus and Google Sheets, enabling you to create unique content strategies for SEO and marketing.

    n8nFree
  17. Automate SEO Blueprint Generation for Service Pages

    This workflow automates the creation of comprehensive SEO content strategies for service pages by analyzing competitor websites and user intent. It generates a detailed Markdown blueprint to enhance your service page's structure, content, and conversion elements.

    n8nFree
  18. Generate AI Promo Videos for Products with GPT-4, Fala.ai & Human Supervision

    Generate AI video clips to promote products, services, or events on social media. Use **gotoHuman** as an interface to control and supervise each step of the workflow to create content that's actually worth posting. ## How it works gotoHuman will show the workflow steps that need approval or input in its inbox and notify you via email or Slack. 1. We choose from different topics for our post suggested by AI. 2. We select the image style, a product to show, and review an AI-generated tag line. 3. We use Fal.ai to generate an image that serves as a reference image for our video clip. And we use Cloudinary to add an overlay for the tag line. We review the image in gotoHuman and can iterate on it by retrying or even changing the prompt. 4. We review the video clip that's generated with Fal.ai based on the approved image and can, again, retry or reprompt. ## How to set up 1. **Most importantly, install the gotoHuman node before importing this template!** (Just add the node to a blank canvas before importing.) 2. Follow the instructions shown along the workflow and in the included video guide. You mainly need to: - Set up your credentials for gotoHuman, OpenAI, Fal.ai, and Cloudinary. - Import the review templates with these IDs in gotoHuman: `Z7V1jyImY1pho9eY039R, 0GBaOCWd27tqV562kkCL, E2wlCVPWmk2UnLHVt4uu, DitPdbIapS4rBxBIYGt, Z27nFwkXVFQlD6z50eV`. - Select these templates in the gotoHuman nodes. - Do a quick setup for Cloudinary. ## Requirements You need accounts for: - gotoHuman (human supervision) - OpenAI (ideation) - Fal.ai (image/video generation) - Cloudinary (text overlay) ## How to customize - Adjust/Replace the workflow triggers as needed. - Change the prompt in the topics generation node. - Replace the product image URLs used in the gotoHuman - Content node. - Adjust the available styles for image generation in the gotoHuman review template and the prompts they link to in the Set Initial Image Prompt node. - Adjust the prompt used for video generation in the Set Initial Video Prompt node. - If you want to use a different service/model for image and video generation, replace the nodes related to Fal.ai. - Also, if you do not need a text overlay, remove the Cloudinary nodes.

    n8nFree
  19. Automate SEO Keyword Strategy with OpenAI and DataForSEO in NocoDB

    Streamline your SEO keyword research by integrating OpenAI's AI capabilities with DataForSEO analytics, storing results in NocoDB for efficient content planning.

    n8nFree
  20. Automate Content Creation with Voice Commands in Telegram Using GPT-4

    This workflow automates content creation and image editing directly from Telegram using voice commands or text inputs. It leverages GPT-4 to process requests and generate blog posts, LinkedIn posts, videos, and images, enhancing productivity and creativity.

    n8nFree
  21. Automate Personalized Cold Emails with Apollo Lead Scraping and GPT-4.1

    How This Works - This automation automatically scrapes leads from Apollo using the Apify scraper, filters out those who do not have an Email or URL included, scrapes the leads' website content, and writes personalized Icebreakers and subject lines based on the website's content. Set Up (Step-by-Step) - - Connect the API keys from the Apify scraper mentioned in the workflow sticky note. - Insert Apollo URL and the amount of leads you want to scrape. - Connect your Slack account (if needed). Reach Out to Me - Send me an email if you need further assistance: richard@advetica-systems.com

    n8nFree
  22. ← PreviousPage 4 of 48Next →

    Related categories

    Communication (2,463)AI (1,929)Business Operations & ERPs (1,540)Other (1,425)Productivity (1,202)Data & Analytics (995)File & Document Management (802)CRM - Sales (604)Notifications (580)Social Media (562)

    Need a custom marketing workflow?

    Our automation experts build tailored workflows for your exact stack and process.

    Request a Custom Workflow