Feedspace Home Dashboard

How Do I Automate Slack Notifications with Make?

Last updated on July 22, 2026

Overview

Feedspace connects to Slack through Make using webhooks. When a new testimonial is submitted in Feedspace, a webhook fires to your Make scenario, which then posts a message to a Slack channel automatically.

Automation through webhooks is available on Professional and Business plans in Feedspace.

Step 1: Create a scenario in Make

  1. Log in to Make and click + Create scenario.
  2. Click the name New scenario at the top to rename it, e.g., Feedspace to Slack Notifications.

Step 2: Add a Custom webhook trigger

  1. Click the + button in the centre of the canvas.
  2. Search for Webhooks and select it.
  3. Under Triggers, select Custom webhook.
  4. In the Webhooks panel, click Create a webhook.
  5. Enter a Webhook name (e.g., Feedspace Testimonials) and click Save.
  6. The Webhook URL appears — click the copy icon next to it to copy the URL.
  7. Click Save to add the module to your scenario.

Step 3: Register the webhook in Feedspace

  1. Log in to your Feedspace dashboard and click Automation in the left sidebar.
  2. Click the Webhook tab.
  3. Click Create Webhook and paste your Make Webhook URL into the Endpoint URL field.
  4. Click Create Webhook to save. All available events are subscribed by default.
  5. Click Activate in the Action column to start sending event data to Make.

Step 4: Add a Slack module

  1. Back in Make, click + after the webhook trigger to add an action module.
  2. Search for Slack and select it.
  3. Choose Send a Message as the action.
  4. Click Add to create a new Slack connection and authorise Make to access your Slack workspace.
  5. Select the Channel where notifications should be posted.
  6. Compose the Text field using dynamic fields from the webhook payload. For example:
    • New testimonial from {{reviewer_name}}: {{star_rating}} stars. View: {{testimonial_url}}
  7. Click OK to save the action settings.

Step 5: Test and activate the scenario

Click Run once in Make, then submit a test testimonial in Feedspace. Verify that Make receives the payload and a Slack message arrives in your channel. Once confirmed, toggle the scenario On to activate it for all future testimonials.

You might also find helpful

What is Make Integration in Feedspace?

Overview Feedspace integrates with Make (formerly Integromat), a visual automation platform that lets you connect Feedspace with thousands of other apps using a drag-and-drop scenario builder. Feedspace connects to Make via webhooks — when a new testimonial is submitted, Feedspace sends the data to a Make scenario instantly. Automation through...

What is Automation in Feedspace?

Overview Automation in Feedspace lets you connect your workspace with other tools and services. Using the Feedspace Automation Secret Key, API, and webhooks, you can send real-time notifications to apps like Slack, Telegram, WhatsApp, and Discord, back up testimonials to Google Drive or Dropbox, and push event data to any...

How Do I Automate Discord Notifications with Make?

Overview Feedspace connects to Discord through Make using webhooks. When a new testimonial is submitted in Feedspace, a webhook fires to your Make scenario, which then posts a message to a Discord channel automatically. Automation through webhooks is available on Professional and Business plans in Feedspace. Step 1: Create a...