Light Dark

Functions

HttpError alias

Alias of ::postmark::api/HttpError

api-request alias

Alias of ::postmark::api/request

is-ok-response alias

Alias of ::hot::http/is-ok-response

ns alias

Alias of ::postmark::retry/

retry-failed-inbound-message-processing

fn (request: RetryInboundMessageProcessingRequest): RetryInboundMessageProcessingResponse

Retry processing of a failed inbound message, re-triggering the inbound webhook.

Types

RetryInboundMessageProcessingRequest

RetryInboundMessageProcessingRequest type {
    messageid: Str
}

RetryInboundMessageProcessingResponse

RetryInboundMessageProcessingResponse type {
    ErrorCode: Int?,
    Message: Str?
}

StandardPostmarkResponse

StandardPostmarkResponse type {
    ErrorCode: Int?,
    Message: Str?
}