Skip to content

dispatchWebhook

function dispatchWebhook(options: DispatchWebhookOptions): Promise<DispatchWebhookResult>;

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

Dispatches a single webhook payload with bounded retries.

ParameterTypeDescription
optionsDispatchWebhookOptionsTarget, payload, fetch impl, retry policy, abort signal.

Promise<DispatchWebhookResult>

The delivery outcome.