Feedspace Home Dashboard

How Do I Automate Discord Notifications with n8n?

Last updated on June 10, 2026

Overview

Feedspace integrates with Discord through n8n using webhooks. When a new testimonial is submitted, Feedspace sends the data to your n8n workflow, which then posts a message to a Discord channel automatically.

Note: Automation through webhooks is available only on Professional and Business Plans in Feedspace.

Step 1: Create a Workflow in n8n

  1. Log in to your n8n instance and click + New Workflow.
  2. Give your workflow a name, e.g., Feedspace to Discord Notifications.

Step 2: Add a Webhook Trigger Node

  1. Click Add first step, search for Webhook, and select the Webhook trigger node.
  2. Set HTTP Method to POST.
  3. Copy the Webhook URL shown in the node panel.
  4. Click Listen for test event.

Step 3: Register the Webhook in Feedspace

  1. In Feedspace, go to AutomationWebhooks tab.
  2. Click Add Webhook, paste your n8n Webhook URL, and select the New Testimonial event.
  3. Click Save.

Step 4: Add a Discord Node

  1. In n8n, click + after the Webhook node.
  2. Search for Discord and select it.
  3. Choose Send a Message as the operation.
  4. Click Create new credential and enter your Discord Bot Token or use a Discord webhook URL.
  5. Select the target Guild (Server) and Channel.
  6. Compose the Message using dynamic fields. For example:
    • New testimonial from {{ $json.reviewer_name }}: {{ $json.star_rating }} stars. {{ $json.testimonial_url }}

Step 5: Test and Activate the Workflow

Submit a test testimonial in Feedspace. Confirm the Discord message arrives in your channel. Once confirmed, click Activate. Every new Feedspace testimonial will now post a Discord notification automatically.

Why Set This Up?

  • Real-time community updates: Your Discord server or team channel receives instant alerts whenever a new testimonial is submitted.
  • No manual monitoring: Eliminate daily checks of Feedspace by letting the automation deliver updates directly to Discord.
  • Faster engagement: Team members and community admins can react to new customer feedback without leaving Discord.
  • Share customer wins: Celebrate positive testimonials with your whole team or community the moment they arrive.
  • Zero ongoing maintenance: Once set up, the workflow runs automatically around the clock.

You might also find helpful

What is n8n Integration in Feedspace?

Overview Feedspace integrates with n8n — an open-source workflow automation tool available as a self-hosted solution or a cloud service. Using Feedspace webhooks and n8n’s workflow nodes, you can automatically send notifications, back up testimonials, and connect Feedspace to hundreds of other services whenever a new testimonial is submitted. Note:...

What is Automation in Feedspace?

Overview Automation in Feedspace allows you to seamlessly connect your workspace with other tools and services. By leveraging the Feedspace API and automation features, you can: In short, automation helps reduce manual work, improve response time, and keep your team aligned with real-time updates. Step 1 – Access Automation Settings...

How Do I Automate Slack Notifications with n8n?

Overview Feedspace integrates with Slack through n8n using webhooks. When a new testimonial is submitted in Feedspace, a webhook fires to your n8n workflow, which then posts a message to a Slack channel automatically. Note: Automation through webhooks is available only on Professional and Business Plans in Feedspace. Step 1:...