Feedspace Home Dashboard

How Do I Activate a Webhook in Feedspace?

Last updated on July 21, 2026

Overview

Every webhook in Feedspace starts in an inactive state after it is created. An inactive webhook does not send any event data to your endpoint. You need to activate it once before it begins delivering payloads.

Steps to activate a webhook

  1. Log in to your Feedspace dashboard.
  2. In the left sidebar, click Automation under the Workspace section.
  3. Click the Webhook tab at the top of the Automation page.
  4. Find the webhook you want to activate. It shows an Activate button in the Action column.
  5. Click Activate. The button disappears and the webhook starts sending event data to your endpoint.

What’s next

  • To change which events trigger this webhook, click the Events button on the webhook row.
  • To stop a webhook permanently, click the trash icon in the Action column to delete it.
  • To add another endpoint, click Create Webhook and enter a new URL.

Common questions

Why does my new webhook show an Activate button instead of sending data?

All webhooks start inactive after creation. You need to click Activate in the Action column once before the webhook begins delivering event payloads to your endpoint.

Will I miss events that occurred while the webhook was inactive?

Yes. Events that happen before you activate the webhook are not queued or retried. Only events that occur after activation are delivered to your endpoint.

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

How Do I Manage Webhook Events in Feedspace?

Overview When you create a webhook in Feedspace, all available events are subscribed by default. You can update the event selection at any time to limit which review events trigger your webhook, without deleting or recreating it. How to select events for a webhook Available webhook events What’s next Common...

What is Webhook in Feedspace?

Overview Webhooks in Feedspace let your external applications receive instant notifications whenever an event occurs in your workspace. Instead of repeatedly polling the API for updates, Feedspace pushes event data to a URL you provide the moment something happens, making your integrations faster and more efficient. For example, a development...