Skip to main content

Facebook / Meta ads performance monitoring with Slack alerts (CTR, CPC, ROAS)

Workflow preview

Workflow preview
100%
Facebook / Meta ads performance monitoring with Slack alerts (CTR, CPC, ROAS) preview
Open on n8n.io

Important notice

This workflow is provided as-is. Please review and test before using in production.

1. Workflow Overview

Who’s it for This workflow is for marketing teams, performance marketers, and media buyers running Facebook (Meta) Ads who want to stay on top of creative performance without manually checking Ads ...

Best for

  • Social Media automation workflows
  • Multimodal AI automation workflows
  • intermediate n8n builders looking for reusable templates

Tools used

n8n-nodes-base.manualtrigger, n8n-nodes-base.set, n8n-nodes-base.code, n8n-nodes-base.facebookgraphapi, n8n-nodes-base.stickynote, n8n-nodes-base.slack

Source and attribution

This workflow is cataloged by N8N Workflows and links back to its original n8n.io source page by Artur.

Original n8n.io source

1.1 Workflow description

Title
Facebook / Meta ads performance monitoring with Slack alerts (CTR, CPC, ROAS)
Workflow name
Facebook / Meta ads performance monitoring with Slack alerts (CTR, CPC, ROAS)

Who’s it for

This workflow is for marketing teams, performance marketers, and media buyers running Facebook (Meta) Ads who want to stay on top of creative performance without manually checking Ads Manager every day.

What it does

The workflow automatically monitors Facebook Ads performance at the ad creative level and sends real-time Slack notifications when key metrics cross your thresholds. It tracks CTR, CPC, ROAS, spend, and conversions over a rolling time window, then flags:

  • Underperformers (e.g. CTR below 0.5% for 2 days).
  • Top performers (e.g. ROAS above 5x).

What business value this workflow provides

  • Faster detection of problems Instead of waiting for a weekly report, you know within a day (or whatever window you configure) if an ad’s CTR is tanking or if spend is producing poor ROAS. That prevents wasted budget.

  • Highlighting winners When an ad’s ROAS is high (e.g. >5x), you get an instant Slack ping. You can then shift budget to scale it before performance fades.

  • Reduced manual monitoring Normally someone has to log into Meta Ads Manager daily, filter by campaign/ad, export CSVs, check CTR/ROAS, then write up notes. That’s time-consuming and error-prone. Automating this means you spend less time gathering data and more time making decisions.

  • Team visibility Posting to Slack means the whole marketing team is aligned on what’s working and what isn’t, without sharing dashboards or CSVs around.

How it works

  1. Workflow trigger (manual or scheduled).
  2. Fetch ad-level insights from the Facebook Ads API.
  3. A Code node normalizes metrics (CTR %, CPC, ROAS, spend, conversions).
  4. Compare against your CTR and ROAS thresholds.
  5. If conditions are met, send a Slack block message with ad name, ID, spend, CTR, CPC, ROAS, and the reasons it was flagged.

How to set up

  • In the Edit Fields node, set your act_id (Facebook Ad Account ID) and campaign_id.
  • Adjust ctr_min, roas_top, and lookback_days to fit your goals.
  • Connect your Slack credentials and set the channel for alerts.

Requirements

  • A Facebook (Meta) Ads account with API access.
  • Slack workspace with a bot/app that has chat:write permission.
  • n8n credentials for both services.

How to customize

  • Add ad thumbnails by including creative in the insights fields.
  • Extend the workflow to automatically pause underperforming ads.

1.2 Logical Blocks

This catalog entry is organized from the workflow JSON. The node-level section below shows the executable blocks available for review before importing the template.

2. Block-by-Block Analysis

Block 1 - When clicking ‘Execute workflow’

Type / Role
n8n-nodes-base.manualTrigger - manualTrigger
Config choices
Version 1

Block 2 - Edit Fields

Type / Role
n8n-nodes-base.set - set
Config choices
Version 3.4

Block 3 - Flatten Rows

Type / Role
n8n-nodes-base.code - code
Config choices
Version 2

Block 4 - Meta Ad Insights

Type / Role
n8n-nodes-base.facebookGraphApi - facebookGraphApi
Config choices
Version 1

Block 5 - Calculate date range

Type / Role
n8n-nodes-base.code - code
Config choices
Version 2

Block 6 - Sticky Note

Type / Role
n8n-nodes-base.stickyNote - stickyNote
Config choices
Version 1

Block 7 - Sticky Note1

Type / Role
n8n-nodes-base.stickyNote - stickyNote
Config choices
Version 1

Block 8 - Send an alert

Type / Role
n8n-nodes-base.slack - slack
Config choices
Version 2.3

3. Summary Table

Workflow Facebook / Meta ads performance monitoring with Slack alerts (CTR, CPC, ROAS)
Complexity intermediate
Nodes 8
Categories Social Media, Multimodal AI
Author Artur
Published 28 Aug 2025

4. Reproducing the Workflow from Scratch

  1. 1. Download the workflow JSON

    Use the JSON export at /data/workflows/7976/7976.json as the source template for this automation.

  2. 2. Import the template into n8n

    Open n8n, import the downloaded JSON, and review each node before activating the workflow.

  3. 3. Configure credentials and variables

    Replace placeholder credentials, API keys, webhook URLs, account IDs, and environment-specific values with your own settings.

  4. 4. Test with sample data

    Run the workflow manually or in a staging workspace, inspect node output, and confirm downstream systems receive the expected data.

  5. 5. Activate and monitor

    Enable the workflow only after testing, then monitor executions, errors, and rate limits during the first production runs.

5. General Notes & Resources

Review imported nodes carefully before activation. This catalog entry is intended to help you inspect the workflow structure, understand required services, and find related templates faster.

Node names, credentials, schedules, webhook paths, and external service limits may need adjustment for your workspace.

Frequently asked questions

What does Facebook / Meta ads performance monitoring with Slack alerts (CTR, CPC, ROAS) do?

Who’s it for This workflow is for marketing teams, performance marketers, and media buyers running Facebook (Meta) Ads who want to stay on top of creative performance without manually checking Ads ...

What do I need before importing this workflow?

Review the workflow JSON, configure any required credentials in n8n, and test the automation in a safe workspace before using it in production.

Can I customize this workflow?

Yes. Use the block-by-block analysis and the downloadable JSON to inspect each node, then adjust credentials, prompts, schedules, filters, or destinations for your Social Media, Multimodal AI use case.