Feedspace Home Dashboard

How Do I Back Up Feedspace Testimonials to Dropbox with n8n?

Last updated on June 10, 2026

Overview

Connect Feedspace to Dropbox via n8n to automatically save each new testimonial file to a Dropbox folder. This provides an off-platform backup and makes testimonials easy to share with your team.

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 Dropbox Backup.

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 and copy the Webhook URL.
  3. 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 URL, and select the New Testimonial event.
  3. Click Save.

Step 4: (Optional) Download the File First

To upload the actual video file to Dropbox, add an HTTP Request node to download it first:

  1. Click + and add an HTTP Request node.
  2. Set Method to GET, map the URL to {{ $json.file_url }}, and set Response Format to File.

Step 5: Add a Dropbox Node

  1. Click + to add an action node.
  2. Search for Dropbox and select it.
  3. Choose Upload as the operation.
  4. Click Create new credential and connect your Dropbox account via OAuth.
  5. Set the Path to your target folder, for example: /Feedspace/Video Testimonials/{{ $json.reviewer_name }}-{{ $json.created_at }}.mp4.
  6. Map the Binary Data from the HTTP Request node.

Step 6: Test and Activate the Workflow

Submit a test testimonial in Feedspace. Confirm the file appears in your Dropbox folder. Once confirmed, click Activate. New Feedspace testimonials will now automatically save to your Dropbox.

Why Set This Up?

  • Automatic off-platform backup: Every testimonial is saved to Dropbox without any manual effort, keeping a secure copy outside Feedspace.
  • Access from any device: Retrieve testimonial files anytime via the Dropbox desktop app, mobile app, or web interface.
  • Simple sharing: Share testimonials with team members or clients using Dropbox shared folders or direct links.
  • Complete archive: Auto-rename ensures no files are overwritten, so you maintain a full historical record of every testimonial.
  • Zero ongoing effort: Once the workflow is active, backups happen automatically for every new testimonial.

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 Back Up Feedspace Testimonials to Google Drive with n8n?

Overview Connect Feedspace to Google Drive via n8n to automatically upload each new testimonial file to a designated Drive folder. This creates an off-platform backup and makes testimonials easy to access and share with your team. Note: Automation through webhooks is available only on Professional and Business Plans in Feedspace....