This workflow corresponds to n8n.io template #2936 — we link there as the canonical source.
The workflow JSON
Copy or download the full n8n JSON below. Paste it into a new n8n workflow, add your credentials, activate. Full import guide →
{
"id": "roRLSnnaVGd5K7na",
"meta": {
"templateCredsSetupCompleted": true
},
"name": "Template | Get notified when Meta Ads balance is low",
"tags": [
{
"id": "61A98AUNFwWZWAfC",
"name": "template",
"createdAt": "2024-07-24T22:02:20.533Z",
"updatedAt": "2024-07-24T22:02:20.533Z"
}
],
"nodes": [
{
"id": "ea46bf8f-d006-4b23-ab8a-c788b8a3c522",
"name": "Every 12h",
"type": "n8n-nodes-base.scheduleTrigger",
"position": [
-1000,
20
],
"parameters": {},
"typeVersion": 1.2
},
{
"id": "763478e7-9df9-4294-9c47-8a8d12f79514",
"name": "No Operation, do nothing",
"type": "n8n-nodes-base.noOp",
"position": [
-60,
120
],
"parameters": {},
"typeVersion": 1
},
{
"id": "daffda6b-9610-41dd-912c-edff72407da1",
"name": "Edit Fields1",
"type": "n8n-nodes-base.set",
"position": [
-540,
340
],
"parameters": {},
"typeVersion": 3.4
},
{
"id": "3682457f-0c13-40c4-a480-991f8b7a70e0",
"name": "Sticky Note",
"type": "n8n-nodes-base.stickyNote",
"position": [
-600,
240
],
"parameters": {
"content": ""
},
"typeVersion": 1
},
{
"id": "fb6fdf0a-31c5-4802-ae76-4674ab82fe82",
"name": "Sticky Note1",
"type": "n8n-nodes-base.stickyNote",
"position": [
-1600,
20
],
"parameters": {
"content": ""
},
"typeVersion": 1
},
{
"id": "85d3a797-1771-4fc6-96a0-a13c9fff70fd",
"name": "Sticky Note2",
"type": "n8n-nodes-base.stickyNote",
"position": [
-1220,
20
],
"parameters": {
"content": ""
},
"typeVersion": 1
},
{
"id": "1535a962-2bfd-4431-9d25-f080c7c276a8",
"name": "Sticky Note3",
"type": "n8n-nodes-base.stickyNote",
"position": [
-1060,
340
],
"parameters": {
"content": ""
},
"typeVersion": 1
},
{
"id": "8ece9b66-6850-441b-85af-667c49c25ad1",
"name": "Edit Fields",
"type": "n8n-nodes-base.set",
"position": [
-540,
20
],
"parameters": {},
"typeVersion": 3.4
},
{
"id": "c05ceb46-9beb-4211-824f-8c19c7e1a155",
"name": "Sticky Note4",
"type": "n8n-nodes-base.stickyNote",
"position": [
-320,
-120
],
"parameters": {
"content": ""
},
"typeVersion": 1
},
{
"id": "32252a75-1011-4e18-9aa4-fc8874faa78b",
"name": "Lower than 400 ?",
"type": "n8n-nodes-base.if",
"position": [
-320,
20
],
"parameters": {},
"typeVersion": 2.2
},
{
"id": "4b8ebc14-10d3-4cc9-a273-f528b115ea44",
"name": "Send message",
"type": "n8n-nodes-base.telegram",
"position": [
-60,
-60
],
"parameters": {},
"typeVersion": 1.2
},
{
"id": "10c77232-eeb1-443a-a798-6fb74a326436",
"name": "Method 2",
"type": "n8n-nodes-base.facebookGraphApi",
"maxTries": 5,
"position": [
-760,
340
],
"parameters": {},
"retryOnFail": true,
"typeVersion": 1,
"waitBetweenTries": 5000
},
{
"id": "b9d45d8f-de04-4904-b653-9fbca92b56f3",
"name": "Method 1",
"type": "n8n-nodes-base.facebookGraphApi",
"maxTries": 5,
"position": [
-760,
20
],
"parameters": {},
"retryOnFail": true,
"typeVersion": 1,
"waitBetweenTries": 5000
},
{
"id": "2fd9c3d9-0c53-4640-888e-de6aef314c23",
"name": "Sticky Note6",
"type": "n8n-nodes-base.stickyNote",
"position": [
-2220,
20
],
"parameters": {
"content": ""
},
"typeVersion": 1
},
{
"id": "8f47839a-606f-44ed-a37c-b9b9b1fc976a",
"name": "Sticky Note7",
"type": "n8n-nodes-base.stickyNote",
"position": [
-760,
-200
],
"parameters": {
"content": ""
},
"typeVersion": 1
},
{
"id": "b2ff0844-d6b9-4563-8035-6378e2a6ffcf",
"name": "Sticky Note5",
"type": "n8n-nodes-base.stickyNote",
"position": [
-60,
-200
],
"parameters": {
"content": ""
},
"typeVersion": 1
}
],
"active": false,
"settings": {
"executionOrder": "v1"
},
"versionId": "91074686-8b1e-4d5f-a5c3-0fd6d2f32a2d",
"connections": {
"Method 1": {
"main": [
[
{
"node": "Edit Fields",
"type": "main",
"index": 0
}
]
]
},
"Method 2": {
"main": [
[
{
"node": "Edit Fields1",
"type": "main",
"index": 0
}
]
]
},
"Every 12h": {
"main": [
[
{
"node": "Method 1",
"type": "main",
"index": 0
}
]
]
},
"Edit Fields": {
"main": [
[
{
"node": "Lower than 400 ?",
"type": "main",
"index": 0
}
]
]
},
"Lower than 400 ?": {
"main": [
[
{
"node": "Send message",
"type": "main",
"index": 0
}
],
[
{
"node": "No Operation, do nothing",
"type": "main",
"index": 0
}
]
]
}
}
}
For the full experience including quality scoring and batch install features for each workflow upgrade to Pro
About this workflow
Receive a notification when your Facebook Ads balance drops below a set limit.
Source: https://n8n.io/workflows/2936/ — original creator credit. Request a take-down →
Related workflows
Workflows that share integrations, category, or trigger type with this one. All free to copy and import.
Generate Instagram Content from Top Trends with AI Image Generation. Uses telegram, splitInBatches, scheduleTrigger, stickyNote. Scheduled trigger; 44 nodes.
Generate Instagram Content from Top Trends with AI Image Generation. Uses telegram, splitInBatches, scheduleTrigger, stickyNote. Scheduled trigger; 44 nodes.
This automated workflow discovers trending Instagram posts and creates similar AI-generated content. Here's the high-level process: Scrapes trending posts from specific hashtags Analyzes visual elemen
📘 Multi-Photo Facebook Post (Windows Directory) – How to Use ✅ Requirements To run this automation, make sure you have the following:
MindFrame Psychology - Daily YouTube Shorts (Complete). Uses httpRequest, googleDrive, youtube, telegram. Scheduled trigger; 26 nodes.