Skip to content

DispatchWebhookResult

Defined in: src/mft/webhooks.ts:63

Result returned by dispatchWebhook.

PropertyTypeDescriptionDefined in
attemptsnumberNumber of attempts performed.src/mft/webhooks.ts:69
deliveredbooleanWhether the delivery succeeded.src/mft/webhooks.ts:65
statusnumberHTTP status of the final attempt.src/mft/webhooks.ts:67