Feedspace Home Dashboard

How Do I Submit Feedspace Testimonials from Notion via n8n?

Last updated on June 10, 2026

Overview

Feedspace integrates with Notion through n8n, allowing you to automatically submit testimonials to Feedspace whenever a new item is added to a Notion database. This is useful if your team collects customer feedback directly in Notion and wants to centralise it in Feedspace.

Note: The Feedspace HTTP Request action uses your Automation Secret Key to authenticate the submission. Automation is available only on Professional and Business Plans.

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., Notion to Feedspace Testimonials.

Step 2: Add a Notion Trigger Node

  1. Click Add first step, search for Notion Trigger, and select it.
  2. Click Create new credential and connect your Notion account via OAuth.
  3. Select Page Added to Database as the event.
  4. Choose the Notion Database that holds your customer feedback entries.
  5. Click Listen for test event and add a test item to your Notion database to capture a sample payload.

Step 3: Add an HTTP Request Node to Submit to Feedspace

  1. Click + to add an action node.
  2. Search for HTTP Request and select it.
  3. Set Method to POST.
  4. Set the URL to the Feedspace Submit Testimonial API endpoint (found in your Feedspace workspace under AutomationAPI docs).
  5. Under Authentication, add a Header Auth with the key Authorization and the value set to your Feedspace Automation Secret Key.
    • To find the key: go to your Feedspace workspace → AutomationAPI tab → copy the Automation Secret Key.
  6. Set Body Content Type to JSON and map the following fields from your Notion trigger:
    • name: Notion “Name” property
    • email: Notion “Email” property
    • job_role: Notion “Role” or “Title” property
    • company_name: Notion “Company” property
    • star_rating: Notion “Rating” property
    • testimonial_text: Notion “Testimonial” or “Feedback” property

Step 4: Test and Activate the Workflow

Add a test item to your Notion database and run the workflow. Confirm the testimonial appears in your Feedspace workspace. Once confirmed, click Activate. New Notion database items will now automatically submit testimonials to Feedspace.

Why Set This Up?

  • No tool-switching required: Team members can log customer feedback directly in Notion and have it automatically appear in Feedspace.
  • Centralized testimonial library: All customer feedback collected across your Notion workspace flows into a single Feedspace account automatically.
  • No Feedspace access needed: Team members who use Notion do not need a Feedspace login to submit testimonials.
  • Eliminates manual data entry: Fields are mapped automatically from Notion to Feedspace, removing the need to copy and paste.
  • Scales with your team: As you add more entries to Notion, Feedspace stays up to date without any extra steps.

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:...