Block 1 - Webhook: Meta (ad_account)
- Type / Role
- n8n-nodes-base.webhook - webhook
- Config choices
- Version 2.1
This workflow is provided as-is. Please review and test before using in production.
This workflow is a production ready Meta Ads Webhook dispatcher for the Ad Account object. It receives webhook deliveries from Meta, returns the required acknowledgement, routes events by , logs th...
n8n-nodes-base.webhook, n8n-nodes-base.switch, n8n-nodes-base.if, n8n-nodes-base.respondtowebhook, n8n-nodes-base.splitout, n8n-nodes-base.googlesheets, n8n-nodes-base.set, n8n-nodes-base.summarize
This workflow is cataloged by N8N Workflows and links back to its original n8n.io source page by Kirill Khatkevich.
Original n8n.io sourceThis workflow is a production-ready Meta Ads Webhook dispatcher for the Ad Account object. It receives webhook deliveries from Meta, returns the required acknowledgement, routes events by field, logs them to Google Sheets (separate tabs per event type), and sends a compact Slack notification with counts.
Meta webhooks are powerful, but the “last mile” is usually missing: storing raw events, making them readable, and triggering the next automation reliably. This workflow is ideal if you want to:
The workflow is organized into clear blocks:
1. Webhook endpoint + verification
hub.mode=subscribe) and validates the Verify Token.2. Route by event field
object=ad_account), the workflow routes execution by:creative_fatiguead_recommendationsads_async_creation_requestin_process_ad_objectsproduct_set_issuewith_issues_ad_objects3. Acknowledge every webhook delivery
{ "status": "received", "field": "...", "webhook_type": "..." }), so Meta considers the delivery successful.4. Normalize + log to Google Sheets
entry items and multiple changes).5. Summarize + notify
field.1. Create and configure a Meta app
2. Configure the Webhook node
3. Connect credentials
4. Update Google Sheets destinations
5. Activate
To test the dispatcher before going live, use the open-source tool: meta-ads-webhook-tester.
field, execute another workflow (e.g., Creative Fatigue → fetch affected ad set → rotate creatives).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.
Showing the first 24 of 36 workflow blocks. Download the JSON for the full node graph.
| Workflow | Receive Meta Ads ad account webhooks, log to Sheets, and alert in Slack |
|---|---|
| Complexity | advanced |
| Nodes | 36 |
| Categories | Market Research |
| Author | Kirill Khatkevich |
| Published | 27 Dec 2025 |
Use the JSON export at /data/workflows/12223/12223.json as the source template for this automation.
Open n8n, import the downloaded JSON, and review each node before activating the workflow.
Replace placeholder credentials, API keys, webhook URLs, account IDs, and environment-specific values with your own settings.
Run the workflow manually or in a staging workspace, inspect node output, and confirm downstream systems receive the expected data.
Enable the workflow only after testing, then monitor executions, errors, and rate limits during the first production runs.
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.
This workflow is a production ready Meta Ads Webhook dispatcher for the Ad Account object. It receives webhook deliveries from Meta, returns the required acknowledgement, routes events by , logs th...
Review the workflow JSON, configure any required credentials in n8n, and test the automation in a safe workspace before using it in production.
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 Market Research use case.