Id of the webhook configuration, can be used for update/delete
If configured, additional header Webhook-Sha256-Hmac
will be send also
containing Sha256 HMAC calculated using this key.
The header can be used to verify, that the origin of the message
is Get It Done system and not a malicious actor.
Url for event delivery, data is submitted as plain JSON The URL can contain {} placeholders, which will be replaced by the respective field in the payload. Example: http://example.com/order/{invoicingExternalId}/event
Version of the events that should be delivered to this webhook
Generated using TypeDoc
Additional headers that will be send when calling the webhook URL