Postmark
EmailAPI keycredential probe
Send transactional email through Postmark and work the rest of the server API: bounces and delivery stats, sent/inbound message search, opens and clicks, templates, per-stream suppressions and webhooks.
OCNORA ships 27 typed Postmark operations and 1 trigger. Each node has a schema-driven form, input and output tables beside its settings, and is pre-flighted by Workflow Health before your first real run. Anything not covered by a typed node reaches https://api.postmarkapp.com through the HTTP node with the same credential.
Triggers 1
- EventStart a run when Postmark reports a bounce, delivery, open, click or spam complaint.trigger.postmark_event
Operations 27
- Activate Bounced AddressReinstate an address Postmark deactivated after a bounce, so the server will send to it again.postmark.activate_bounce
- Suppress AddressesAdd up to 50 addresses to a message stream's do-not-send list, and report which of them Postmark accepted.postmark.create_suppressions
- Create TemplateCreate a template on the server, with an HTML body, a text body or both.postmark.create_template
- Create WebhookPoint one of the server's message streams at an external URL for the events you choose — a Mantle trigger.webhook URL, or any other system that can accept a POST.postmark.create_webhook
- Remove SuppressionsRemove up to 50 addresses from a message stream's do-not-send list, and report which of them Postmark actually lifted.postmark.delete_suppressions
- Delete TemplateDelete a template from the server by its numeric id or its alias.postmark.delete_template
- Delete WebhookRemove one webhook from the server by its Postmark webhook id.postmark.delete_webhook
- Get BounceRead one bounce record by its Postmark bounce id.postmark.get_bounce
- Get Bounce DumpRead the raw SMTP response behind a bounce, which is where the receiving server's real reason usually is.postmark.get_bounce_dump
- Get Delivery StatsRead how many addresses the server currently has deactivated and how the bounces break down by type.postmark.get_delivery_stats
- Get Sent MessageRead one sent message in full, including its body and the event trail Postmark recorded for it.postmark.get_outbound_message
- Get ServerRead the Postmark server this connection's token belongs to, including its tracking settings and inbound address.postmark.get_server
- Get TemplateRead one template's stored subject, HTML body and text body.postmark.get_template
- List BouncesList the bounces recorded for the server, filtered by type, tag, date range or recipient.postmark.list_bounces
- List Link ClicksList recorded link clicks across the server, or every click on one message when a message id is given.postmark.list_message_clicks
- List OpensList recorded email opens across the server, or every open of one message when a message id is given.postmark.list_message_opens
- List SuppressionsRead the do-not-send list for a message stream, optionally filtered by reason, origin, address or date.postmark.list_suppressions
- List TemplatesList the templates and layouts stored on this Postmark server.postmark.list_templates
- List WebhooksList the webhooks configured on one of the server's message streams.postmark.list_webhooks
- Search Inbound MessagesSearch the messages Postmark received for this server's inbound address, by sender, recipient, subject, mailbox hash or date range.postmark.search_inbound_messages
- Search Sent MessagesSearch the messages this server has sent, by recipient, sender, tag, subject, status or date range.postmark.search_outbound_messages
- Send Email BatchSend up to 500 messages in one call. Each message is accepted or refused on its own, so the result reports both counts rather than one verdict.postmark.send_batch
- Send Template BatchSend up to 500 templated messages in one call, each with its own template and model, and report which of them Postmark accepted.postmark.send_batch_with_templates
- Send EmailSend one transactional message through Postmark, with an HTML body, a text body or both.postmark.send_email
- Send Template EmailRender a stored Postmark template with a model and send it to one recipient.postmark.send_with_template
- Update TemplateChange a template's name, subject or bodies. Only the fields given are sent, so the rest keep their stored values.postmark.update_template
- Validate TemplateRender template content against a test model without storing it, and report the placeholders Postmark could not resolve.postmark.validate_template
Run your first Postmark workflow today.
Create a free workspace, add the connection, pick a template or describe the workflow to Build with AI. Workflow Health checks it before it runs.