Postmark · Schema

ExtendedServerInfo

EmailsMessagingTransactional EmailDeliverabilitySMTP

Properties

Name Type Description
ID integer
Name string
ApiTokens array
ServerLink string
Color string
SmtpApiActivated boolean
RawEmailEnabled boolean
DeliveryHookUrl string
InboundAddress string
InboundHookUrl string
BounceHookUrl string
OpenHookUrl string
PostFirstOpenOnly boolean
TrackOpens boolean
TrackLinks string
ClickHookUrl string
InboundDomain string
InboundHash string
InboundSpamThreshold integer
View JSON Schema on GitHub

JSON Schema

postmark-extendedserverinfo-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/ExtendedServerInfo",
  "title": "ExtendedServerInfo",
  "type": "object",
  "properties": {
    "ID": {
      "type": "integer"
    },
    "Name": {
      "type": "string"
    },
    "ApiTokens": {
      "type": "array",
      "items": {
        "type": "string"
      }
    },
    "ServerLink": {
      "type": "string"
    },
    "Color": {
      "type": "string"
    },
    "SmtpApiActivated": {
      "type": "boolean"
    },
    "RawEmailEnabled": {
      "type": "boolean"
    },
    "DeliveryHookUrl": {
      "type": "string"
    },
    "InboundAddress": {
      "type": "string"
    },
    "InboundHookUrl": {
      "type": "string"
    },
    "BounceHookUrl": {
      "type": "string"
    },
    "OpenHookUrl": {
      "type": "string"
    },
    "PostFirstOpenOnly": {
      "type": "boolean"
    },
    "TrackOpens": {
      "type": "boolean"
    },
    "TrackLinks": {
      "type": "string",
      "enum": [
        "None",
        "HtmlAndTextTracking",
        "HtmlOnlyTracking",
        "TextOnlyTracking"
      ]
    },
    "ClickHookUrl": {
      "type": "string"
    },
    "InboundDomain": {
      "type": "string"
    },
    "InboundHash": {
      "type": "string"
    },
    "InboundSpamThreshold": {
      "type": "integer"
    }
  },
  "description": ""
}