The request body to a webhook endpoint in json string or js object form.
The Immutable environment the webhook is set up for.
Optional
handlers: WebhookHandlersThe optional handlers object for different events. The all
handler will be triggered for all event types.
The event object from the webhook message after validation and verification.
handle will validate webhook message origin and verify signature of the message and calls corresponding handlers passed in.