Skip to main content
Webhooks in Enterspeed are HTTP callbacks that will send all generated views by schemas with destinations to a URL configured in the Webhook. This means that you can decide on the schema level which views you want to send to the webhook. You will only have to set the destination field on the entity schema you want to send to the webhook. All schema references are automatically resolved so you don’t have to set it on all referenced schemas. It’s possible to configure multiple Webhook destinations if you need to push different types of data to different URL endpoints.

Configuration

In order to setup the Webhook configuration you need the following:

Request

The request to the client-configured URL will be made with the following configuration.

Payload

The request will send the following data.