Postmark API
  1. Schemas
Postmark API
  • Bounces API
    • Get bounces
    • Get a single bounce
    • Activate a bounce
    • Get bounce dump
    • Get delivery stats
  • Sending API
    • Send a single email
    • Send a batch of emails
    • Send a batch of email using templates.
    • Send an email using a Template
  • Messages API
    • Inbound message search
    • Bypass rules for a blocked inbound message
    • Inbound message details
    • Retry a failed inbound message for processing
    • Outbound message search
    • Clicks for a all messages
    • Retrieve Message Clicks
    • Opens for all messages
    • Retrieve Message Opens
    • Outbound message details
    • Outbound message dump
  • Server Configuration API
    • Get Server Configuration
    • Edit Server Configuration
  • Stats API
    • Get outbound overview
    • Get bounce counts
    • Get click counts
    • Get browser usage by family
    • Get clicks by body location
    • Get browser plaform usage
    • Get email open counts
    • Get email client usage
    • Get email platform usage
    • Get sent counts
    • Get spam complaints
    • Get tracked email counts
  • Templates API
    • Get the Templates associated with this Server
    • Create a Template
    • Test Template Content
    • Delete a Template
    • Get a Template
    • Update a Template
  • Inbound Rules API
    • List inbound rule triggers
    • Create an inbound rule trigger
    • Delete a single trigger
  • Schemas
    • Schemas
      • Attachment
      • AttachmentCollection
      • BounceActivationResponse
      • BounceCountElement
      • BounceDumpResponse
      • BounceInfoResponse
      • BounceSearchResponse
      • CreateInboundRuleRequest
      • CreateTemplateRequest
      • DeliveryStatsResponse
      • DynamicResponse
      • EditServerConfigurationRequest
      • EditTemplateRequest
      • EmailNameAddressPair
      • EmailWithTemplateRequest
      • ExtendedMessageClickEventInformation
      • ExtendedMessageOpenEventInformation
      • HeaderCollection
      • InboundMessageDetail
      • InboundMessageFullDetailsResponse
      • InboundSearchResponse
      • MessageClickSearchResponse
      • MessageEventDetails
      • MessageHeader
      • MessageOpenSearchResponse
      • OutboundMessageDetail
      • OutboundMessageDetailsResponse
      • OutboundMessageDumpResponse
      • OutboundOverviewStatsResponse
      • OutboundSearchResponse
      • SendEmailBatchRequest
      • SendEmailBatchResponse
      • SendEmailRequest
      • SendEmailResponse
      • SendEmailTemplatedBatchRequest
      • SentCountsResponse
      • ServerConfigurationResponse
      • StandardPostmarkResponse
      • TemplateDetailResponse
      • TemplateListingResponse
      • TemplateRecordResponse
      • TemplateValidationError
      • TemplateValidationRequest
      • TemplateValidationResponse
      • TemplateValidationResult
    • Response
      • 422
  1. Schemas

TemplateRecordResponse

{
    "Active": true,
    "Alias": "string",
    "Name": "string",
    "TemplateId": 0
}
Built with