Blocks
Postmark
Fast and reliable transactional email delivery service.
Integrate with Postmark for reliable transactional email delivery with industry-leading speed and deliverability. Postmark specializes in sending application emails with powerful APIs, beautiful templates, detailed analytics, and world-class support. Perfect for password resets, receipts, and notifications.
Block Preview
Postmark
Fast and reliable transactional email delivery service.
Usage
- Add the block to your workflow and connect it to the upstream step.
- Configure any required credentials or tokens in the inputs.
- Fill in required inputs and optional parameters for the run.
- Run a test execution, inspect outputs, and iterate before deploying.
- Deploy the postmark block with monitoring enabled in production.
Inputs (UI)
Postmark Server Token
short-inputPlaceholder: Enter your Postmark server API token
Layout: full
Account Token (Optional)
short-inputPlaceholder: Enter your Postmark account API token
Layout: full
Operation
dropdownLayout: full
Options: Send Email, Send Batch Emails, Send with Template, Get Bounces
From
short-inputPlaceholder: sender@yourdomain.com
Layout: half
Condition: operation = ["send_email","send_batch","send_template"]
To
short-inputPlaceholder: recipient@example.com
Layout: half
Condition: operation = ["send_email","send_template"]
Subject
short-inputPlaceholder: Email subject
Layout: full
Condition: operation = ["send_email","send_batch"]
Text Body
long-inputPlaceholder: Plain text email body
Layout: full
Condition: operation = ["send_email","send_batch"]
HTML Body
codePlaceholder: <html><body>HTML email content</body></html>
Layout: full
Condition: operation = ["send_email","send_batch"]
Template ID
short-inputPlaceholder: 12345
Layout: half
Condition: operation = "send_template"
Template Model (JSON)
codePlaceholder: {"name": "John", "product": "Premium Plan"}
Layout: full
Condition: operation = "send_template"
Message Stream
short-inputPlaceholder: outbound (default)
Layout: full
Condition: operation = ["send_email","send_batch","send_template"]
Inputs (API)
credential
stringRequired
accountToken
stringOptional
operation
stringRequired
from
stringOptional
to
stringOptional
subject
stringOptional
textBody
stringOptional
htmlBody
stringOptional
templateId
stringOptional
templateModel
jsonOptional
messageStream
stringOptional
Outputs
Primary response type:
{
"data": "json"
}