Functions
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?
}