Sign in

Retry inbound message

documented

Retry processing for a failed inbound message.

PUT /messages/inbound/{messageid}/retryMessagesno implementation yet0 runs
No implementation yet. Run it to have the agent write one, or open a pull request with your own.

Seed example (keychains curl)

npx -y keychains@latest curl "https://api.postmarkapp.com/messages/inbound/{{$message_id}}/retry" \
  -X PUT \
  -H "Accept: application/json" \
  -H "Content-Type: application/json" \
  -H "X-Postmark-Server-Token: {{POSTMARKAPP_API_KEY}}" \
  -d ""
Retry inbound message · Postmark · OpenIntegrations