Light Dark

Types

RetryInboundMessageProcessingRequest

RetryInboundMessageProcessingRequest type {
    messageid: Str
}

RetryInboundMessageProcessingResponse

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

StandardPostmarkResponse

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

Functions

retry-failed-inbound-message-processing

fn (request: RetryInboundMessageProcessingRequest): RetryInboundMessageProcessingResponse

PUT /messages/inbound/{messageid}/retry - Retry a failed inbound message for processing