Sign in

Send batch emails

documented

Send multiple emails in a single API call.

POST /email/batchEmailno implementation yet0 runs

Input

from_email
Sender email address
sender@example.com
to_email_1*
Recipient email 1
recipient1@example.com
subject_1*
Subject for first email
Subject line
text_body_1*
Text body for first email
Plain text
html_body_1
HTML body for first email
<p>HTML content</p>
message_stream_1
MessageStream for first email
outbound
custom_header_value
Custom header value
value
to_email_2
Recipient email 2
recipient2@example.com
subject_2
Subject for second email
Subject line
text_body_2
Text body for second email
Plain text
html_body_2
HTML body for second email
<p>HTML content</p>
message_stream_2
MessageStream for second email
outbound
Calls Postmark as you (your API key is your account); keychains.dev holds the credentials.