Field | Type | Required | Description | Example |
---|---|---|---|---|
event |
WebhookEventTypeEnum | ✔️ | Type of event that triggered the webhook. | |
url |
String | ✔️ | URL webhook events are sent to. | https://example.com/shippo-webhook |
active |
Optional<Boolean> | ➖ | Determines whether the webhook is active or not. | true |
isTest |
Optional<Boolean> | ➖ | Determines whether the webhook is a test webhook or not. | false |