Feedspace Home Dashboard

How Do I Activate or Deactivate a Webhook in Feedspace?

Last updated on June 15, 2026

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

  1. In the left sidebar, click Automation under the Workspace section.
  2. Click the Webhook tab.
  3. Find the active webhook you want to pause.
  4. Click Deactivate in the Action column of that webhook row.

The webhook status changes to inactive. Feedspace will stop sending events to that endpoint until you reactivate it.

How to Activate a Webhook

  1. In the Webhook tab, find the inactive webhook.
  2. Click Activate in the Action column.

The webhook immediately resumes sending events based on the events you previously selected.

How to Delete a Webhook

If you no longer need a webhook at all, you can delete it permanently:

  1. Click Delete in the Action column of the webhook row.
  2. A confirmation modal appears with the message: “All the automations that you have set on this endpoint will be stopped.” Click Remove to confirm.

Deleting a webhook is permanent. The endpoint URL, secret, and event configuration are all removed.

Common Confusion

Does deactivating a webhook delete it?

No. Deactivating only pauses delivery. The webhook remains in your list with its URL, secret, and event settings intact. You can reactivate it at any time.

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

Yes. Events that happen while a webhook is deactivated are not queued or retried. If you need continuous delivery, keep the webhook active or ensure your endpoint can handle occasional gaps.

What You Can Do Next

  • Update the events for this webhook by clicking Edit.
  • Create a new webhook if you need an additional 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 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 Available Webhook Events Common Confusion Do I need to recreate the webhook...

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