Function mailslurp::apis::webhook_controller_api::redrive_webhook_result[][src]

pub async fn redrive_webhook_result(
    configuration: &Configuration,
    params: RedriveWebhookResultParams
) -> Result<WebhookRedriveResult, Error<RedriveWebhookResultError>>
Expand description

Allows you to resend a webhook payload that was already sent. Webhooks that fail are retried automatically for 24 hours and then put in a dead letter queue. You can retry results manually using this method.