Feedspace Home Dashboard

How to Use Webhooks in Feedspace

Last updated on September 22, 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.