Setup Parameters
Webhooks can be configured to send notifications to a single endpoint. All notifications will be sent to the same endpoint, the NotificationType field allows you to determine the type of notification.
If the endpoint returns an unsuccessful HTTP status code (anything other than 200 or 204) or does not respond within 30 seconds, the notification will fail and will not be retried.
In order to setup a webhook we require the following:
| Name | Type | Description |
|---|---|---|
Url | string | Customer endpoint the platform should call |
Auth Header Name | string | The name of the header used for auth |
Auth Header Value | string | The value of the header used for auth |