Account-Wide Webhooks

A while ago, we launched the ability for you to receive survey event notifications, such as receiving a new survey response, using Webhooks via our API.

We have just launched an update called Global Webhooks. These are Webhooks that can be created on an “account level”, meaning that all your surveys will be triggering the same set of webhooks automatically.

You can view the documentation here: Global Webhooks Documentation

This is great for when you would like to always receive notifications from all of your current and future surveys, without having to remember to create a Webhook every time.

If you have some feedback or would like to be notified when we make more updates to Webhooks, please let us know!

Get Tabulated Results from your Survey using the Report API

Last year we launched our Developer API, allowing you to fetch live data from your surveys, such as question content and individual responses with answers.

We are happy to announce that we have just launched the Report API. This new extension to our API will allow you to fetch tabulated results from your survey.

When you use the Report API, we will take all your responses and collate the data for you behind the scenes. This means you will be able to fetch aggregated data for each question in your survey and see how many times and what percentage an answer was chosen. Depending on the question type, you will be able to see averages and other statistical values as well.

We have updated our API documentation to get you started as quickly as possible with the Report API: SurveyHero Report API Documentation

Your feedback is very welcome and if you need to be able to do something programmatically that is not possible yet, please let us know!

Get Survey Event Notifications via Webhooks

We are happy to announce that you can now create “Webhooks” via our API, to get notified when certain events happen in your online survey, such as receiving a new survey response.

You will be able to manage your Webhooks yourself and can create as many as you need for your application. To get you started as quickly as possible, we have fully documented everything for you.

You can view the documentation here: SurveyHero Webhooks Documentation

Right now, you can be programmatically notified about new survey responses in real-time. We will be adding more events over time. If you would like to be notified about other survey events via Webhooks then please get in touch!

Access your Online Survey Data with our Developer API

We are happy to announce that our Developer API is now available!

You can utilize the REST API to fetch live data from your surveys including not only details about the survey itself, but also all the responses and answers as well.

To get you started as quickly as possible, we have fully documented everything for you. The documentation will guide you through authentication and present all the different endpoints that can be consumed.

You can view the documentation here: SurveyHero API Documentation

We will be continuously adding new and exciting capabilities to the API. Your feedback is very welcome and if you need to be able to do something programmatically that is not possible yet, please let us know!


UPDATE: You can now also set up “Webhooks“.

UPDATE: Get tabulated results from your survey using the Report API.