Send positive Facebook reactions to Airtable and Slack for a Wall of Love
Facebook Reactions → Airtable → Slack “Wall of Love” Automation This n8n workflow automatically monitors positive reactions on Facebook Page posts, stores them in Airtable and notifies your team in Slack to create a m...
Template notes
Facebook Reactions → Airtable → Slack “Wall of Love” Automation
This n8n workflow automatically monitors positive reactions on Facebook Page posts, stores them in Airtable and notifies your team in Slack to create a motivational “Wall of Love.” It runs on a schedule, fetches posts and their reactions using the Facebook Graph API, filters only positive reactions and sends real-time Slack updates after saving the data.
Quick Implementation Steps (Get Started Fast)
1. Add your Facebook Page Access Token to the HTTP Request nodes. 2. Update the Facebook Page ID in the setup node. 3. Connect your Airtable base and table. 4. Configure the Slack channel for notifications. 5. Enable the workflow and let it run on schedule.
What It Does
This workflow runs automatically at a defined interval and checks a specific Facebook Page for recent posts. Each post is processed individually to fetch all associated reactions using the Facebook Graph API. This ensures reactions are captured accurately without missing engagement.
Only positive reactions such as Like, Love, Wow and Haha are allowed to continue through the workflow. Negative or neutral reactions are ignored to keep the focus on appreciation and encouragement. Each qualifying reaction is handled one by one, which enables precise tracking and clean notifications.
Once a positive reaction is identified, the workflow saves the reaction details—such as the user name, reaction type and timestamp—into Airtable for reporting and history. After the Airtable entry is successfully created, a formatted message is posted to Slack, creating a visible and motivating “Wall of Love” for the team.