Block 1 - Facebook Story Reply Webhook
- Type / Role
- n8n-nodes-base.webhook - webhook
- Config choices
- Version 1
Facebook Story Replies → Telegram “Human Required” Routing + Supabase CRM This workflow automatically captures Facebook Story replies, normalizes incoming webhook payloads, stores them in Supabase,...
n8n-nodes-base.webhook, n8n-nodes-base.function, n8n-nodes-base.if, n8n-nodes-base.telegram, n8n-nodes-base.slack, n8n-nodes-base.supabase, n8n-nodes-base.stickynote
This workflow is cataloged by N8N Workflows and links back to its original n8n.io source page by WeblineIndia.
Original n8n.io sourceThis workflow automatically captures Facebook Story replies, normalizes incoming webhook payloads, stores them in Supabase, assigns them to the correct regional support team based on UTC time, and sends real-time notifications to Slack and Telegram.
This workflow listens to Facebook Story reply webhooks, converts raw payloads into a clean data structure, saves each reply in Supabase with a pending status, and automatically assigns it to the Asia or Europe support team based on the current UTC time. Once assigned, notifications are sent to Slack and Telegram, ensuring no customer reply is missed.
You receive:
Ideal for support teams handling high volumes of social media interactions with strict response-time requirements.
This workflow automates end-to-end handling of Facebook Story replies:
This ensures consistent handling, assignment, and visibility of customer interactions.
This workflow is ideal for:
To run this workflow, you need:
Modify the time-check logic node to:
You can extend the table with:
Slack & Telegram messages can include:
You may:
You can extend this workflow to:
Automatically assign story replies to the correct regional team.
Ensure replies are handled within working hours.
Notify teams instantly via Slack and Telegram.
Store all interactions in Supabase for audits.
Handle growing message volumes without manual routing.
| Issue | Possible Cause | Solution |
|---|---|---|
| No webhook data | Webhook not verified | Re-check Facebook webhook verification |
| Replies not assigned | Time logic mismatch | Validate UTC time windows |
| No Slack alert | Invalid credentials | Reconnect Slack API |
| Supabase insert fails | Column mismatch | Match table schema exactly |
| Telegram alert missing | Wrong chat ID | Verify bot permissions |
| Workflow inactive | Workflow not activated | Enable workflow |
If you need help extending this workflow like adding AI analysis, advanced routing logic, CRM integration or scaling it for high-volume social channels, our n8n team at WeblineIndia can assist with enterprise-grade automation solutions.
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 | Route Facebook Story replies to Slack, Telegram, and Supabase CRM by region |
|---|---|
| Complexity | advanced |
| Nodes | 15 |
| Categories | Ticket Management |
| Author | WeblineIndia |
| Published | 05 Feb 2026 |
Use the JSON export at /data/workflows/13231/13231.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.
Facebook Story Replies → Telegram “Human Required” Routing + Supabase CRM This workflow automatically captures Facebook Story replies, normalizes incoming webhook payloads, stores them in Supabase,...
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 Ticket Management use case.