Sign in

Outbound message search

documented

Search outbound messages (per server) with filters like recipient, tag, status, and date range.

GET /messages/outboundMessagesno 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/outbound?count={{$count}}&offset={{$offset}}&recipient={{$recipient}}&fromemail={{$fromemail}}&tag={{$tag}}&status={{$status}}&todate={{$todate}}&fromdate={{$fromdate}}&subject={{$subject}}&messagestream={{$messagestream}}" \
  -X GET \
  -H "Accept: application/json" \
  -H "X-Postmark-Server-Token: {{POSTMARKAPP_API_KEY}}"
Outbound message search · Postmark · OpenIntegrations