Skip to main content

Weekly gratitude pulse: Automated appreciation DMs for Slack & Discord communities

Workflow preview

Workflow preview
100%
Weekly gratitude pulse: Automated appreciation DMs for Slack & Discord communities preview
Open on n8n.io

Important notice

This workflow is provided as-is. Please review and test before using in production.

1. Workflow Overview

Weekly Gratitude Pulse: Automated Appreciation DMs for Slack & Discord Communities Foster belonging with a weekly, automated appreciation message sent directly to members who engaged in your Slack ...

Best for

  • Social Media automation workflows
  • AI Chatbot automation workflows
  • intermediate n8n builders looking for reusable templates

Tools used

n8n-nodes-base.scheduletrigger, n8n-nodes-base.httprequest, n8n-nodes-base.function, n8n-nodes-base.airtable

Source and attribution

This workflow is cataloged by N8N Workflows and links back to its original n8n.io source page by Shelly-Ann Davy.

Original n8n.io source

1.1 Workflow description

Title
Weekly gratitude pulse: Automated appreciation DMs for Slack & Discord communities
Workflow name
Weekly gratitude pulse: Automated appreciation DMs for Slack & Discord communities

Weekly Gratitude Pulse: Automated Appreciation DMs for Slack & Discord Communities

Foster belonging with a weekly, automated appreciation message sent directly to members who engaged in your Slack or Discord community. The Weekly Gratitude Pulse runs every Sunday at 6 PM, quietly recognizing presence — not performance — with a warm, personalized DM that says: “You showed up. We see you. Thank you.”

No manual tracking. No public callouts. Just gentle, scalable care.

Perfect for coaches, Etsy sellers, and solopreneurs who want to nurture emotional safety and connection — without adding to their workload.


🛠️ Step-by-Step Setup Instructions

Deploy this workflow in under 10 minutes.

1. Import the Workflow

  • Go to Scenarios > Import from File
  • Upload the provided JSON template

2. Set the Weekly Schedule

  • Find the Schedule Trigger node
  • Set to:
    • Day: Sunday
    • Time: 6:00 PM
    • Adjust timezone to match your audience

3. Connect Your Messaging Platform

For Slack:
  • Use Slack → List Conversations or HTTP Request to get channel messages
  • Replace {{SLACK_BOT_TOKEN}} with a token that has:
    • channels:history
    • users:read
    • im:write (for DMs)
  • Set {{SLACK_CHANNEL_ID}} (e.g., your main community channel)
For Discord:
  • Use Discord Bot with:
    • Read Message History
    • Send Messages
    • Create DM
  • Set {{DISCORD_BOT_TOKEN}} and {{GUILD_ID}}

> 🔗 Guide: Slack API Permissions | Discord Bot Setup

4. Pull Active Users

  • The workflow pulls all users who:
    • Posted a message
    • Reacted to a message
  • Filters out bots and duplicates

5. Send Personalized DMs

Uses a templated message like:

> “Hey {{Name}},
> Just wanted to say — I noticed you were around this week, and I’m so glad you were.
> You’re part of what makes this space feel like home. 💛
> Rest well, and I’ll see you in the week ahead.
> — [Your Name]”

Customize the message in the Set Message node.

6. Log in Airtable (Optional)

  • Each sent DM is logged in Airtable for reflection
  • Never for surveillance — for gratitude auditing

🗃️ Airtable Structure

Base: Community Wellness Tracker

Table: Gratitude Logs
Field Type Description
Date Sent Date When the DM was sent
User ID Text Slack/Discord user ID
Username Text Display name (e.g., @alex)
Engagement Type Multi-select Message, Reaction, Thread Reply
Message Preview Text First 50 characters of their post
Gratitude Sent Checkbox true after DM sent
Channel Text Source channel (e.g., #general)

> 📊 Use a Monthly View to reflect on community rhythm — not to rank, but to honor.


🔄 Workflow Explanation

The Weekly Gratitude Pulse runs a thoughtful, automated cycle:

  1. Trigger: Fires every Sunday at 6:00 PM
  2. Fetch Messages: Pulls all messages from the past 7 days
  3. Extract Users: Gathers IDs of users who posted or reacted
  4. De-duplicate & Filter: Removes bots and duplicates
  5. Personalize Message: Injects first name or username
  6. Send DM: Direct message via Slack/DM or Discord/DM
  7. Log in Airtable: Records the gesture for reflection

🔁 This creates a culture of quiet recognition — where showing up is enough.


📦 Pre-Conditions & Requirements

  • Make.com or n8n account (Free tier supported)
  • Slack Bot Token with scopes:
    • channels:history, users:read, im:write
  • OR Discord Bot with:
    • Read Message History, Send Messages, Create DM
  • Airtable base with Gratitude Logs table
  • ✅ Internet access and JSON parsing

> ⚠️ Note: Slack DMs require resolving user → IM channel via conversations.open. Discord requires users.get and channels.create for DMs.


🎨 Customization Guidance

Make it your own:

🎯 Change the Message Tone

  • Use warm, coach-like, or playful tones
  • Add emojis: 💤 🫶 🌸 ☕

🧩 Adjust Engagement Criteria

  • Only send to those who posted (not just reacted)
  • Exclude certain channels (e.g., announcements)

📆 Change Frequency

  • Bi-weekly? Edit the schedule.
  • Monthly “Big Thank You”? Add a filter for high engagement.

💌 Add a Small Gift

  • Auto-send a discount code or freebie link in the DM
  • Use Google Sheets or Shopify to generate unique codes

📈 Combine with Hydration Hug

  • Use the same Airtable base
  • Create a “Care Score” view: Hydration reactions + Gratitude receipts

🌐 Who It’s For

  • Coaches & Facilitators who want to deepen trust
  • Etsy Sellers with VIP customer groups
  • Wellness Creators building mindful spaces
  • Community Managers reducing burnout

This isn’t engagement farming.
It’s digital hospitality — automation with a heartbeat.

1.2 Logical Blocks

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.

2. Block-by-Block Analysis

Block 1 - Every Sunday at 6 PM

Type / Role
n8n-nodes-base.scheduleTrigger - scheduleTrigger
Config choices
Version 1

Block 2 - Get Slack Channel Messages

Type / Role
n8n-nodes-base.httpRequest - httpRequest
Config choices
Version 1

Block 3 - Extract Active Users

Type / Role
n8n-nodes-base.function - function
Config choices
Version 1

Block 4 - Get User Info

Type / Role
n8n-nodes-base.httpRequest - httpRequest
Config choices
Version 1

Block 5 - Open DM Channel

Type / Role
n8n-nodes-base.httpRequest - httpRequest
Config choices
Version 1

Block 6 - Send Gratitude DM

Type / Role
n8n-nodes-base.httpRequest - httpRequest
Config choices
Version 1

Block 7 - Log in Airtable

Type / Role
n8n-nodes-base.airtable - airtable
Config choices
Version 1

3. Summary Table

Workflow Weekly gratitude pulse: Automated appreciation DMs for Slack & Discord communities
Complexity intermediate
Nodes 7
Categories Social Media, AI Chatbot
Author Shelly-Ann Davy
Published 02 Sept 2025

4. Reproducing the Workflow from Scratch

  1. 1. Download the workflow JSON

    Use the JSON export at /data/workflows/8170/8170.json as the source template for this automation.

  2. 2. Import the template into n8n

    Open n8n, import the downloaded JSON, and review each node before activating the workflow.

  3. 3. Configure credentials and variables

    Replace placeholder credentials, API keys, webhook URLs, account IDs, and environment-specific values with your own settings.

  4. 4. Test with sample data

    Run the workflow manually or in a staging workspace, inspect node output, and confirm downstream systems receive the expected data.

  5. 5. Activate and monitor

    Enable the workflow only after testing, then monitor executions, errors, and rate limits during the first production runs.

5. General Notes & Resources

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.

Frequently asked questions

What does Weekly gratitude pulse: Automated appreciation DMs for Slack & Discord communities do?

Weekly Gratitude Pulse: Automated Appreciation DMs for Slack & Discord Communities Foster belonging with a weekly, automated appreciation message sent directly to members who engaged in your Slack ...

What do I need before importing this workflow?

Review the workflow JSON, configure any required credentials in n8n, and test the automation in a safe workspace before using it in production.

Can I customize this workflow?

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 Social Media, AI Chatbot use case.