Feedspace Home Dashboard

How Do I Manage Webhook Events in Feedspace?

Last updated on June 15, 2026

Overview

After you create a webhook in Feedspace, you choose which review events it listens to. You can update the event selection at any time without deleting or recreating the webhook.

How to Select Events for a Webhook

  1. In the left sidebar, click Automation under the Workspace section.
  2. Click the Webhook tab.
  3. Find the webhook you want to configure and click Edit.
  4. The Webhook Events panel opens. It has three views:
    • All: Shows every available event. Use the select all checkbox to enable or disable everything at once.
    • Active: Shows only the events currently enabled for this webhook.
    • Inactive: Shows events that are available but not yet enabled.
  5. Check or uncheck events to enable or disable them.
  6. Click Update Events to save your selection.

Available Webhook Events

  • Text Review Received: Triggered when a customer submits a written review.
  • Video Review Received: Triggered when a customer submits a video review.
  • Audio Review Received: Triggered when a customer submits an audio review.

Common Confusion

Do I need to recreate the webhook to change events?

No. You can update the event selection at any time by clicking Edit on the webhook row. The webhook URL and secret stay the same when you update events.

What happens if no events are selected?

If a webhook has no events selected, it will not send any data even if it is active. Make sure at least one event is enabled for the webhook to function.

What You Can Do Next

  • Test your webhook by submitting a test review and checking if your endpoint receives the payload.
  • Deactivate the webhook temporarily if you want to pause delivery without deleting it.

You might also find helpful

How Do I Create a Webhook in Feedspace?

Overview A webhook in Feedspace sends real-time data to a URL you control whenever a review event occurs. You create the webhook by entering your server’s endpoint URL, and then select which review events should trigger it. This lets you receive notifications or trigger workflows in your own system the...

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

How Do I Activate or Deactivate a Webhook in Feedspace?

Overview Each webhook in Feedspace can be activated or deactivated at any time. Deactivating a webhook pauses event delivery to that endpoint without deleting the webhook. You can reactivate it later and it will resume sending events right away. How to Deactivate a Webhook The webhook status changes to inactive....