v7

latestOpenAPI 3.0.0raw.githubusercontent.com2026-06-121372601.5 MB
Letters

Create Letter Create Letter

Create a letter. Note that you can supply one of the following:

  • HTML content for the letter
  • A template ID for the letter
  • A URL for a PDF for the letter Create a letter 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/letters

Headers

idempotency-keystring

Request body

OR
OR

Response

the created Letter.

OR