Functions
HttpError
Alias of ::postmark::api/HttpError
api-request
Alias of ::postmark::api/request
is-ok-response
Alias of ::hot::http/is-ok-response
ns
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?
}