postmark_search_messages
Find sent messages in Postmark by filtering with recipient, sender, tag, or status.
Instructions
Search sent messages in Postmark by recipient, sender, tag, or status.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| api_key | Yes | Postmark server token | |
| count | No | Number of messages to return (default 25) | |
| offset | No | Pagination offset | |
| recipient | No | Filter by recipient email | |
| from_email | No | Filter by sender email | |
| tag | No | Filter by tag | |
| status | No | Filter by status: queued, sent, bounced, etc. |