Marketing Workflows
Marketing and advertising tools
Get ad account insights from Facebook and update rows in Google Sheets
Automatically fetch Facebook ad account insights and update corresponding rows in Google Sheets, streamlining your marketing data management and reporting process.
Make$2.99Automate UTM-Tagged Bitly Link Creation from Slack with Google Sheets Logging
This n8n workflow automates the generation of Bitly links with UTM parameters directly from Slack messages. It uses AI to extract campaign data, creates a Bitly shortlink, and logs details in Google Sheets for tracking.
n8n$14.99Automate Trustpilot Review Analysis for Effective Ad Copy Creation
This n8n workflow automates the process of scraping Trustpilot reviews using Bright Data, filtering negative feedback, and generating targeted ad copy with OpenAI. Ideal for marketers aiming to understand competitor weaknesses and craft compelling ads.
n8n$14.99Automated YouTube Channel Notification Subscription Workflow
This workflow automates the process of subscribing to YouTube channel notifications using the PubSubHubbub protocol. It ensures that you receive real-time alerts whenever a new video is uploaded to your chosen channel, thus keeping you updated wit...
n8n$15.99Weekly Shopify Sales Summary to Sheets & Slack
Automates weekly retrieval of Shopify orders, calculates total sales value, logs to Google Sheets, and notifies via Slack.
n8n$12.99Build Your First AI Agent: Chatbot with Tools
Create your first AI agent chatbot that uses tools for weather forecasts and news headlines, powered by Google Gemini with conversation memory.
n8n$12.99Automate Email Verification with uProc in n8n
Streamline your email marketing by automatically verifying email addresses using uProc in n8n, reducing bounce rates and improving deliverability.
n8n$4.99Convert PDF to PDFA Using ConvertAPI
This workflow is designed to facilitate the conversion of standard PDF files into PDFA format, ensuring compliance with archiving standards. It utilizes ConvertAPI to perform the file conversion, streamlining the process and saving time for users ...
n8n$12.99Detect Broken Backlinks with DataForSEO and Auto-Create Asana Tasks
This automation helps you detect broken backlinks and turn them into clear action steps for your team. On each run, the workflow uses DataForSEO’s Backlinks API to retrieve backlinks that are currently marked as broken for your selected domain or URL. The API also returns essential data for each broken backlink, including the referring page URL, referring domain, target page URL, anchor text, Domain Rank (authority metric), spam score, and dofollow/nofollow status. This provides the context needed to evaluate impact and prioritize recovery efforts. All detected broken backlinks are automatically added to a structured Google Sheets report, where you can review link issues. Lastly, the workflow automatically creates an Asana task when new broken backlinks are found, making it easy for your team or outreach specialist to take quick action.
Make$9.99Automate Google Sheets Data Transfer to Facebook Custom Audiences
Automatically filter and transfer specific rows from Google Sheets to Facebook Custom Audiences, enhancing your marketing campaigns with targeted data.
Make$3.99Automate Shopify UTM Data Integration with Baserow
Streamline your marketing campaign tracking by automatically transferring UTM parameters from Shopify orders to Baserow for centralized analysis.
n8n$9.99WhatsApp AI Sales Bot: DeepSeek, Sheets & Gmail Alerts
Turn WhatsApp into a 24/7 AI sales assistant. Uses DeepSeek AI for Saudi dialect responses from Google Sheets products, collects buyer details, and sends Gmail alerts for qualified leads.
n8n$24.99Automate 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.
Make$3.99Create a SendX contact from a new Facebook Lead Ads form submission
A ready-to-use Make workflow that connects Facebook-lead-ads, Sendx. Create a SendX contact from a new Facebook Lead Ads form submission. Customize and deploy in minutes.
Make$2.99Automate Event Registration on Demio from Typeform Submissions
This workflow automates the process of registering users for a Demio event based on their Typeform submissions, streamlining event management.
n8nFreeAutomated Alerts for Low Meta Ads Balance
Automatically receive notifications when your Meta Ads balance falls below a specified threshold, ensuring you stay informed and avoid disruptions.
n8n$14.99Log Food Calories from Images to Google Sheets via LINE & OpenAI Vision
LINE bot receives food images or text, uses OpenAI Vision to estimate calories, logs to Google Sheets, and replies to users instantly.
n8n$22.99Automate 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.
n8n$9.99Automate Subscriber Creation in Moosend from New Airtable Records
Automatically create a new subscriber in Moosend whenever a new record is added to Airtable, streamlining your email marketing efforts.
MakeFreeAutomate 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)
n8n$4.99Local Multi-LLM Testing & Performance Tracker
Automates benchmarking of multiple local LLMs with LM Studio, testing prompts, measuring metrics like readability, word count, and response time, and logging results to Google Sheets.
n8n$14.99Automated Email Response with IMAP and Webhook Integration
This workflow automates email reading and response using IMAP and webhooks to enhance marketing efforts.
n8n$9.64Generate and Analyze Short URLs with YOURLS
This n8n workflow uses a manual trigger to create a short URL with YOURLS, then automatically retrieves its click statistics. It helps you generate clean links and immediately access performance data for analysis without switching tools.
n8n$3.99Subscribe new leads from a custom webhook to Ecomail
Effortlessly grow your email list by integrating your custom webhooks with Ecomail. This template allows you to automatically subscribe new contacts to your Ecomail mailing list whenever a specific event occurs, triggered by your custom webhook. Streamline your marketing efforts and ensure that no potential lead is missed, enhancing your outreach and engagement strategies.
Make$2.99
Related categories
Custom AI Systems & Services
Our team of experienced AI builders will help build custom AI systems, workflows, and solutions.
Request Custom Work