Server
serverFetch configuration and metadata for the current Postmark server, including name, color, delivery settings, bounce/spam threshold, and message stream settings.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ID | No | Server identifier | |
| Name | No | Server name | |
| Color | No | Server color in dashboard | |
| ApiTokens | No | List of API tokens for this server | |
| TrackLinks | No | Link tracking setting (None, HtmlAndText, HtmlOnly, TextOnly) | |
| TrackOpens | No | Whether open tracking is enabled | |
| OpenHookUrl | No | Open tracking webhook URL if configured | |
| SpamHookUrl | No | Spam complaint webhook URL if configured | |
| ClickHookUrl | No | Click tracking webhook URL if configured | |
| BounceHookUrl | No | Bounce webhook URL if configured | |
| InboundDomain | No | Inbound domain for receiving emails | |
| InboundHookUrl | No | Inbound webhook URL if configured | |
| TrackingDomain | No | Custom tracking domain | |
| DeliveryHookUrl | No | Delivery webhook URL if configured | |
| RawEmailEnabled | No | Whether raw email API is enabled | |
| SmtpApiActivated | No | Whether SMTP API is activated | |
| PostFirstOpenOnly | No | Post only first open |