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

    Marketing Workflows

    Marketing and advertising tools

    • Automate URL Management with Yourls MCP Server

      Deploy a fully functional MCP server to manage Yourls operations, including URL shortening, expansion, and statistics retrieval, with AI agent integration.

      n8nFree
    • Automatically Validate and Unsubscribe Invalid Mailchimp Subscribers

      This workflow automatically verifies new Mailchimp subscriber emails using BringData.co. Invalid emails are unsubscribed to maintain a clean mailing list.

      MakeFree
    • Automatically Publish Eventbrite Events to WordPress

      Effortlessly keep your WordPress site updated by automatically posting new Eventbrite events as blog posts.

      MakeFree

    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.

    Seamlessly Add Facebook Lead Ads Leads to ConvertKit as Subscribers

    Effortlessly grow your email list by automatically adding new leads from Facebook Lead Ads to ConvertKit as subscribers, enhancing your marketing efficiency.

    MakeFree
  1. Automate Property Link Shortening & QR Code Generation with Google Sheets and Bitly

    ### How It Works This workflow automatically takes a long property URL from your Google Sheet, shortens it, generates a QR code, and then updates your sheet with the new links. 1. **Google Sheets (New/Updated Row Trigger):** The workflow starts by constantly monitoring a specified Google Sheet. It triggers when a new property listing row is added, or when an existing row's Property Link column is updated. 2. **Shorten URL (HTTP Request - Bitly):** This node takes the long property URL from the Google Sheet. It then makes an API call to a URL shortening service (like Bitly) to generate a much shorter, shareable URL. 3. **Generate QR Code (HTTP Request - QR Code API):** Using the shortened URL from the previous step, this node makes another API call to a QR code generation service. It generates an image link for a QR code that, when scanned, directs users to your property. 4. **Update Google Sheet (Update Row):** Finally, this node takes the newly generated short URL and the QR code image link and writes them back into the corresponding row in your Google Sheet. This centralizes all the necessary links for your property listings. ### How to Set Up Follow these steps carefully to get your Property Link Shortener & QR Code Generator workflow up and running in n8n: 1. **Import Workflow JSON:** - Open your n8n instance. - Click on Workflows in the left sidebar. - Click the + button or New to create a new workflow. - Click the ... (More Options) icon in the top right. - Select Import from JSON and paste the entire JSON code for this workflow. 2. **Prepare your Google Sheet:** - Create a Google Sheet with columns for your property listings. - **Crucially**, ensure you have a column for the **original long property URL** (e.g., `Property Link`), a column for the **shortened URL** (e.g., `Short URL`), a column for the **QR code image URL** (e.g., `QR Code URL`), and a **unique identifier** for each row (e.g., `Property ID`). 3. **Configure Google Sheets (New/Updated Row Trigger):** - Locate the Google Sheets (New/Updated Row Trigger) node. - **Credentials:** Select your existing Google Sheets OAuth2 credential or click Create New to set one up. - **Spreadsheet ID:** **Replace `YOUR_SPREADSHEET_ID`** with the ID of your Google Sheet. You can find this ID in the Google Sheets URL. - **Sheet Name:** Enter the exact name of the sheet (tab) within your spreadsheet (e.g., `Listings` or `Properties`). - **Trigger On:** Choose `Updated Row` and select the column where your original long property link is located (e.g., `Property Link`). This ensures the workflow runs when you add or update a property link. 4. **Configure Shorten URL (HTTP Request - Bitly):** - Locate the Shorten URL (HTTP Request - Bitly) node. - **Method:** Set to `POST`. - **URL:** `https://api-ssl.bitly.com/v4/shorten` - **Headers:** - Add `Authorization` with value `Bearer YOUR_BITLY_ACCESS_TOKEN`. (You'll need to generate a Generic Access Token from your Bitly account settings > Generic Access Token). - Add `Content-Type` with value `application/json`. - **Body:** Select `Raw` and `JSON`. - In the JSON body, enter: `{long_url: {{ $json["Property Link"] }}}`. **Ensure `Property Link` exactly matches your Google Sheet column header for the original URL.** - **Response Format:** Set to `JSON`. 5. **Configure Generate QR Code (HTTP Request - QR Code API):** - Locate the Generate QR Code (HTTP Request - QR Code API) node. - **Method:** Set to `GET`. - **URL:** `https://api.qrserver.com/v1/create-qr-code/?size=150x150&data={{ encodeURIComponent($(1. Shorten URL (HTTP Request - Bitly)).item.json.link) }}` - Here, `{{ $(1. Shorten URL (HTTP Request - Bitly)).item.json.link }}` refers to the output of the previous Bitly node. - You can adjust `size=150x150` as needed. - `encodeURIComponent` is important to handle special characters in the URL. - **Response Format:** Set to `Binary`. (This API directly returns the image, but we just need its URL which is in the `url` property of the response). 6. **Configure Update Google Sheet (Update Row):** - Locate the Update Google Sheet (Update Row) node. - **Credentials:** Select the same Google Sheets OAuth2 credential as in step 3. - **Spreadsheet ID:** Use the same `YOUR_SPREADSHEET_ID`. - **Sheet Name:** Use the same `YOUR_SHEET_NAME_E.G._Listings`. - **Key Column:** Set this to a unique identifier for your rows, e.g., `Property ID` (assuming you have one in your sheet). - **Key Column Value:** `={{ $json["Property ID"] }}`. **Make sure this matches your unique ID column from the Google Sheet.** - **Update Columns:** - Add an entry: - **Column:** `Short URL` (exact name of your short URL column in Google Sheet)

    n8nFree
  2. Automate Facebook Ad Campaign Insights Logging to Google Sheets

    Effortlessly automate the retrieval of Facebook ad campaign data and log detailed insights into Google Sheets for streamlined marketing analysis.

    MakeFree
  3. Automate Airtable Record Transfer to Facebook Custom Audiences

    Automatically search for records in Airtable that meet specific criteria and add them to a Facebook Custom Audience for targeted advertising.

    MakeFree
  4. Shorten URLs with Bitly on Demand

    This n8n workflow uses a manual trigger to accept a long URL and instantly create a shortened Bitly link. Ideal for social media managers, marketers, or anyone who needs on-demand short links without leaving their automation platform. Just input the URL, and the workflow handles the Bitly API call to generate the shortened link.

    n8nFree
  5. Automate Instagram Statistics Reporting to Mattermost

    Effortlessly send daily Instagram statistics to your Mattermost channel with this automated workflow.

    n8n$15.99
  6. Automate Lead Capture and Qualification from Hostinger Forms

    Streamline your lead capture process by automating form submissions from Hostinger, qualifying them with OpenAI, and syncing with Beehiiv and Google Sheets.

    n8nFree
  7. Automate Google Ads Click Conversion Tracking via Custom Webhook

    Streamline your Google Ads conversion tracking by automating the upload of click conversion data through a custom webhook, ensuring precise and timely reporting.

    MakeFree
  8. Automate Facebook Ad Copy Creation Using Notion and ChatGPT with PAS Framework

    Streamline your Facebook ad copywriting process by leveraging Notion and ChatGPT to generate compelling content using the Pain-Agitate-Solution (PAS) framework. This workflow enhances ad performance by addressing audience pain points and providing effective solutions.

    MakeFree
  9. Automatically Add Google Forms Respondents as Mailchimp Subscribers

    Streamline your subscriber management by automatically adding new Google Forms respondents to your Mailchimp list. This workflow ensures that every form submission results in a new subscriber entry.

    MakeFree
  10. Automate Email Alerts for Significant CPC Changes in Google Ads Campaigns

    This workflow monitors Google Ads campaigns for significant average CPC changes and sends email notifications with detailed campaign performance data.

    MakeFree
  11. Add new MailerLite events as rows in Google Sheets

    Effortlessly track your email marketing performance with this template! Every time an event occurs in MailerLite, such as a subscriber opening an email or clicking a link, Make will automatically log the event details into a Google Sheets spreadsheet. his streamlined workflow allows you to maintain a comprehensive record of your email interactions, making it easier to analyze engagement and optimize your campaigns. Perfect for marketers looking to enhance their reporting and data management processes.

    MakeFree
  12. Seamlessly Import Phantombuster Results into Google Sheets

    Automate the data import process from Phantombuster to Google Sheets for efficient marketing analysis.

    Make$16.99
  13. Send Facebook Lead Ads data to your web application

    Effortlessly manage your leads with this template that connects Facebook Lead Ads and HTTP requests. Every time a new lead is generated through your Facebook Lead Ads, Make will automatically send the lead data to your specified endpoint via an HTTP request. This streamlined workflow ensures that you never miss a potential customer and can efficiently integrate lead information into your existing systems or applications. Perfect for marketers looking to enhance their lead management process.

    MakeFree
  14. Send Facebook leads to Google Sheets and prevent lead duplication

    Automate the integration of Facebook leads with Google Sheets. Effortlessly transfer new contacts while preventing lead duplication, ensuring accurate record-keeping and streamlined data management.

    MakeFree
  15. Automate Daily Google Ads Performance Reports to Slack

    Effortlessly monitor your ad campaigns by sending daily Google Ads performance reports directly to Slack. Customize metrics using Google Ads Query Language and adjust the report format to suit your needs.

    MakeFree
  16. Generate High-Quality Audio with Voxtral Small 24B 2507

    This n8n workflow leverages the Voxtral Small 24B model via Replicate API to generate high-quality audio, with automated status polling, error handling, and full parameter support.

    n8n$14.99
  17. Automate Webflow Form Submissions to Facebook Conversions API

    Automatically send new form submissions from Webflow to Facebook Conversions API, enabling seamless tracking of leads and conversions.

    MakeFree
  18. Automatic Subscriber Creation in Beehiiv from Systeme.io Funnel Opt-ins

    ## Purpose This workflow automatically creates a subscriber in a given Beehiiv publication when a new opt-in is registered in a given Systeme.io sales funnel. **Good to know:** the integration with Systeme.io is done **at the sales funnel level**, not at the account level. If you have several sales funnels, you can use the same workflow several times. ## Quick Setup 1. Configure your sales funnel in Systeme.io to [create and trigger a webhook after an opt-in](https://help.systeme.io/article/144-how-to-create-and-trigger-a-webhook-after-an-opt-in-or-a-sale). 2. Open the **"On New Systeme.io Optin"** node to find the webhook URL needed to configure your sales funnel on Systeme.io. 3. Configure the **"Configure Workflow"** node: 1. Add your [Beehiiv publication ID](https://www.beehiiv.com/support/article/13091918395799-how-to-access-your-publication-id-or-api-keys). 2. If you know the subscriber's first and last name and want to send it to Beehiiv, [configure the custom field names for first and last name](https://www.beehiiv.com/support/article/7712894720023-using-custom-fields-with-your-subscribers). 3. Add one or more email addresses to which to send alert notifications in the event of a problem (separated by commas). 4. If you have not already done so: 1. Connect your Beehiiv account in the **"Create New Beehiiv Subscriber"** node. 2. Connect your Gmail account in the **"Send Email Alert (Beehiiv API error)"** node. ## How It Works 1. As soon as a new opt-in is registered on your sales funnel, Systeme.io triggers the workflow (via a webhook). 1. Only requests actually coming from Systeme.io are considered (whitelisting of their IP addresses for security reasons). 2. A new subscriber is added to your Beehiiv publication (via an API call). 1. If available in Systeme.io, UTM tags (utm_source, utm_medium, and utm_campaign) are transferred to Beehiiv to correctly track where your subscribers are coming from. 3. If an error occurs during the Beehiiv API call, an alert notification is sent to you (via email). ## Requirements 1. A [Systeme.io](https://systeme.io/) account. 2. A [Beehiiv](https://www.beehiiv.com/) account with an active publication. 3. A Gmail account. ## Benefits - Automate & scale your email marketing efforts seamlessly. - No more manual tasks to keep your subscriber list always up-to-date. - Focus on creating a newsletter that stands out, not on the technical side. ## Check Out My Other Templates ☀️🌊 https://n8n.io/creators/belmehel/

    n8nFree
  19. Automate UTM Link Creation, QR Code Generation, and Google Analytics Reporting

    This workflow streamlines the process of creating UTM-tagged links, generating QR codes, and scheduling Google Analytics reports to enhance marketing campaign tracking and performance analysis.

    n8nFree
  20. Automate Synchronization of Email Templates from D'Artagnan to Braze

    This workflow automates the synchronization of email templates from D'Artagnan to Braze, ensuring seamless updates and consistency across platforms. It eliminates manual transfers, reduces errors, and maintains brand consistency.

    n8nFree
  21. ← PreviousPage 27 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