Block 1 - Main Overview
- Type / Role
- n8n-nodes-base.stickyNote - stickyNote
- Config choices
- Version 1
Get Long Lived Facebook Page Access Token and Subscribe Messenger Webhook Fields This n8n template automates two critical one time setup steps required before any Facebook automation can go live: i...
n8n-nodes-base.stickynote, n8n-nodes-base.manualtrigger, n8n-nodes-base.set, n8n-nodes-base.httprequest, n8n-nodes-base.splitout, n8n-nodes-base.splitinbatches, n8n-nodes-base.code, n8n-nodes-base.wait
This workflow is cataloged by N8N Workflows and links back to its original n8n.io source page by Nguyễn Thiệu Toàn (Jay Nguyen).
Original n8n.io sourceThis n8n template automates two critical one-time setup steps required before any Facebook automation can go live: it exchanges a short-lived User Access Token for a long-lived one (~60 days), retrieves Page Access Tokens for all connected Facebook Pages, and subscribes each Page to the webhook fields your app needs — all in a single manual run.
If you're building a Messenger chatbot or automating comment replies on Facebook Pages, run this utility workflow once as part of your initial setup.
app_id, app_secret, short-lived short_user_access_token, and field_to_add (the webhook subscription fields) in one place — no other node needs editing.App ID and App Secret from Meta for Developers.pages_manage_metadata and pages_show_list permissions.Needed Value: Enter all four config fields. Set field_to_add based on your use case (e.g., messages,messaging_postbacks for Messenger chatbots, or add feed for comment automation).pages_manage_metadata permission approved.Needed Value node.field_to_add — common values: messages, messaging_postbacks, messaging_optins, message_deliveries, feed.Related workflows by the same author:
Created by: Nguyễn Thiệu Toàn (Jay Nguyen) - n8n Verified Creator Email: [email protected] Website: nguyenthieutoan.com Company: GenStaff (CEO/Founder) (genstaff.net) Socials (Facebook / X / LinkedIn): @nguyenthieutoan More templates: n8n.io/creators/nguyenthieutoan
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.
| Workflow | Get long-lived Facebook Page access tokens and subscribe Messenger webhook fields via Graph API |
|---|---|
| Complexity | advanced |
| Nodes | 17 |
| Categories | Support Chatbot |
| Author | Nguyễn Thiệu Toàn (Jay Nguyen) |
| Published | 13 Mar 2026 |
Use the JSON export at /data/workflows/14027/14027.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.
Get Long Lived Facebook Page Access Token and Subscribe Messenger Webhook Fields This n8n template automates two critical one time setup steps required before any Facebook automation can go live: i...
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 Support Chatbot use case.