DispatchWebhookResult
Defined in: src/mft/webhooks.ts:57
Result returned by dispatchWebhook.
Properties
Section titled “Properties”| Property | Type | Description | Defined in |
|---|---|---|---|
attempts | number | Number of attempts performed. | src/mft/webhooks.ts:63 |
delivered | boolean | Whether the delivery succeeded. | src/mft/webhooks.ts:59 |
status | number | HTTP status of the final attempt. | src/mft/webhooks.ts:61 |