Feedspace Home Dashboard

How to Use Webhooks in Feedspace

Last updated on September 30, 2025

Overview

Feedspace provides webhooks to notify your application about important events in real-time. With webhooks, you can automatically trigger workflows in your system whenever reviews are collected on Feedspace.

Reference: Feedspace Webhook Documentation

Step 1 – Access Automation Webhook

  • In your Feedspace dashboard, navigate to Automation → Webhook.
  • Click Create Webhook.

Step 2 – Add Your Endpoint URL

  • Enter the URL where you want Feedspace to send data.
  • Example: https://your-domain.com/webhook
  • Click Create Webhook.
Create New Webhook

Step 3 – Select Events to Receive

You can choose which events should trigger webhook calls:

  • Text review received – triggers when a text review is submitted.
  • Video review received – triggers when a video review is submitted.
  • Audio review received – triggers when an audio review is submitted.

Click Update Events after selecting.

Step 4 – Handle Webhook Data

When an event occurs, Feedspace will send a JSON payload to your endpoint with details about the review.

You might also find helpful

What is Webhook in Feedspace?

Overview Webhooks in Feedspace are a way to notify your application about important events in real-time. Instead of repeatedly checking the API for updates, webhooks push data instantly whenever an event occurs, making your workflows faster and more efficient. Why Use Webhooks in Feedspace? Available Webhook Events Feedspace allows you...

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

What is API in Feedspace?

Overview The Feedspace API allows you to connect your own software systems with Feedspace’s workflows. It enables you to programmatically send, receive, and manage reviews and testimonials, making it easier to integrate Feedspace into your existing tools and processes. Why Use the Feedspace API? The API helps you go beyond...