v7

latestOpenAPI 3.0.0raw.githubusercontent.com2026-06-121372601.5 MB
Self Mailers

Create Self Mailer Create Self Mailer

Create a self-mailer. Note that you can supply one of the following:

  • HTML content for the inside and outside of the self-mailer
  • A template ID for the inside and outside of the self-mailer
  • A URL for a 2 page PDF where the first page is the outside of the self-mailer and the second page is the inside Create a self-mailer via a multipart/form-data request. Accepts the same fields as the JSON create body (nested objects are bracket-encoded form fields, e.g. to[firstName]); use this content type to upload the PDF file directly.
post/print-mail/v1/self_mailers

Headers

idempotency-keystring

Request body

OR
OR
OR

Response

the created SelfMailer.

OR