{ "name": "Update campaign analytics from Content calendar and send to Google Ads", "nodes": [ { "id": "trigger-content-calendar", "name": "Incoming Trigger", "type": "n8n-nodes-base.webhook", "typeVersion": 1, "position": [ -600, 58100 ], "parameters": { "httpMethod": "POST", "path": "update-campaign-analytics-from-content-calendar-and-send-to-google-ads", "responseCode": 200, "responseMode": "onReceived" } }, { "id": "fetch-content-calendar", "name": "Fetch data from Content calendar", "type": "n8n-nodes-base.httpRequest", "typeVersion": 1, "position": [ -300, 58100 ], "parameters": { "method": "GET", "url": "https://api.example.com/content-calendar", "responseFormat": "json" } }, { "id": "send-google-ads", "name": "Send to Google Ads", "type": "n8n-nodes-base.httpRequest", "typeVersion": 1, "position": [ 300, 58100 ], "parameters": { "method": "POST", "url": "https://api.example.com/google-ads", "responseFormat": "json", "options": {} } }, { "id": "error-handler-600-58100", "name": "Send Error to Slack", "type": "n8n-nodes-base.slack", "typeVersion": 1, "position": [ 600, 58100 ], "parameters": { "resource": "message", "operation": "post", "channel": "#automation-alerts", "text": "={{ $json.get('error_message', 'An error occurred') }}" } } ], "connections": { "Incoming Trigger": { "main": [ [ { "node": "Fetch data from Content calendar", "type": "main", "index": 0 } ] ] }, "Fetch data from Content calendar": { "main": [ { "node": "Send to Google Ads", "type": "main", "index": 0 } ] }, "Send to Google Ads": { "main": [ [ { "node": "Send Error to Slack", "type": "main", "index": 0 } ] ] } }, "settings": {}, "active": false }