Send a transactional email for an order (order_confirmation, invoice, etc.)
Sends a transactional email to the bill-to account’s primary contact with a PDF attachment
of the order (invoice, quote, or purchase order depending on document_type). The PDF is
generated on demand using the entity’s configured template. Email delivery is handled
asynchronously via Postmark; delivery status can be tracked via the activity log.
Requires orders:write scope.
Authorizations
API key issued per entity via Settings > Developers > API Keys.
Each key carries scopes (e.g. orders:read, products:write).
Bearer token format: Authorization: Bearer ark_live_ent_Test keys use ark_test_ent_. Both are issued per entity
via Settings > Developers > API Keys.
Headers
Client-generated unique key for idempotent POST/PATCH/DELETE operations. Alias for the Idempotency parameter. Max 255 chars. On retry with the same key, the original response is returned without re-executing the operation. Keys expire after 24 hours.
255Path Parameters
Body
Postmark template key (e.g. order_confirmation, invoice, shipment_notification)
Response
Email sent

