Overview
After creating a webhook in Feedspace, you can update which review events it listens to at any time. The endpoint URL cannot be changed after creation. If you need to point a webhook at a different server, delete it and create a new one with the correct URL.
How to change webhook events
- In the left sidebar, click Automation under the Workspace section.
- Click the Webhook tab at the top of the Automation page.
- Find the webhook you want to update and click the Events button on that row.
- The Webhook Events modal opens. Check or uncheck events to add or remove them. At least one event must stay selected.
- Click Update Events to save your changes. The Events badge on the row updates to reflect the new selection.
How to view your webhook secret
Each webhook row shows a masked Secret value. Use this to verify on your server that incoming requests came from Feedspace.
- On the webhook row, click the eye icon in the Secret column to reveal the secret value.
- Click the copy icon to copy it to your clipboard.
How to change the endpoint URL
The endpoint URL is set at creation and cannot be changed afterwards. To use a different URL, delete the existing webhook and create a new one with the correct endpoint.
- Click the trash icon in the Action column of the webhook you want to replace.
- Confirm the deletion by clicking Remove in the modal.
- Click Create Webhook and enter the new endpoint URL.
- Click Activate on the new webhook row to begin receiving events.
What’s next
Common questions
Can I change the endpoint URL without losing my event configuration?
The endpoint URL cannot be edited after a webhook is created. You will need to delete the existing webhook and create a new one. When creating the new webhook, all events are subscribed by default, so you only need to uncheck any events you do not want.
What events can I subscribe a webhook to?
Feedspace supports three webhook events: Text Review Received, Video Review Received, and Audio Review Received. You can enable any combination of these from the Webhook Events modal.
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...
How Do I Activate a Webhook in Feedspace?
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 What’s next Common questions Why does my new...