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 team can register a webhook endpoint so that every time a new testimonial is submitted, a Slack message is posted to their channel automatically, with no polling or manual checking required.
Available webhook events
Feedspace lets you subscribe to specific events. When you create a webhook, all available events are subscribed by default. You can adjust which events you receive using the Events button on the webhook row.
- Text Review Received: triggered when a new text review is added.
- Video Review Received: triggered when a new video testimonial is submitted.
- Audio Review Received: triggered when a customer leaves an audio review.
How to create a webhook in Feedspace
- Log in to your Feedspace workspace.
- Click Automation in the left sidebar, then click the Webhook tab.
- Click Create Webhook.
- Enter your endpoint URL (must use HTTPS) and click Create Webhook.
- Click Activate on the new webhook row to start receiving events.
What’s next
Once your webhook is active, Feedspace will send event payloads to your endpoint for every subscribed event. You can connect these payloads to tools like n8n, Zapier, or your own server to trigger any downstream action. See the related articles below for step-by-step integration guides.
Common questions
What happens if my server is temporarily unavailable when a webhook fires?
Feedspace sends the event payload to your registered endpoint. If your server is unavailable at that moment, the delivery attempt may not succeed. To avoid missing events, ensure your endpoint is reliably hosted and uses a valid HTTPS URL.
Can I subscribe to only some events instead of all of them?
Yes. After creating a webhook, click the Events button on the webhook row to open the event selector. Uncheck any events you do not need and click Update Events to save. At least one event must remain selected.
Is there a webhook secret I can use to verify payloads?
Yes. Each webhook row has a Secret field. You can copy this value and use it in your server code to verify that incoming requests are genuinely from Feedspace.
You might also find helpful
How to Use Webhooks in Feedspace
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 Step 2 – Add Your Endpoint URL Step 3 – Select...
What is Automation in Feedspace?
Overview Automation in Feedspace lets you connect your workspace with other tools and services. Using the Feedspace Automation Secret Key, API, and webhooks, you can send real-time notifications to apps like Slack, Telegram, WhatsApp, and Discord, back up testimonials to Google Drive or Dropbox, and push event data to any...
How to Use Feedspace API
Overview Feedspace API enables you to connect your software system with Feedspace’s workflow seamlessly. With just a few steps, you can automate the process of collecting, managing, and displaying reviews or testimonials across your platforms. Why Use Feedspace API? Getting Started