Webhooks allow you to build or set up integrations which subscribe to certain survey events. When one of those events is triggered, we'll send a HTTP POST payload to the webhook's configured URL. Webhooks can be used to synchronize internal data, invalidate caches or even adapt your application flow. You're only limited by your imagination.
When configuring a webhook, you can choose which events you would like to receive payloads for. Each event type has a specific payload format with the relevant event information. HTTP requests made to your webhook's configured URL endpoint will contain the hook key for authentication on your end.
This section of the developer portal can be used to manage your webhooks. Webhooks are shared between API users and API administrators.
If you already have an account you can sign in.
The usage of our API is completely free of charge.
If you don't have an account yet, you can create a free account.
Try it for free