OCNORA

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

  • Event
    Start a run when Postmark reports a bounce, delivery, open, click or spam complaint.
    trigger.postmark_event

Operations 27

  • Activate Bounced Address
    Reinstate an address Postmark deactivated after a bounce, so the server will send to it again.
    postmark.activate_bounce
  • Suppress Addresses
    Add up to 50 addresses to a message stream's do-not-send list, and report which of them Postmark accepted.
    postmark.create_suppressions
  • Create Template
    Create a template on the server, with an HTML body, a text body or both.
    postmark.create_template
  • Create Webhook
    Point 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 Suppressions
    Remove 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 Template
    Delete a template from the server by its numeric id or its alias.
    postmark.delete_template
  • Delete Webhook
    Remove one webhook from the server by its Postmark webhook id.
    postmark.delete_webhook
  • Get Bounce
    Read one bounce record by its Postmark bounce id.
    postmark.get_bounce
  • Get Bounce Dump
    Read the raw SMTP response behind a bounce, which is where the receiving server's real reason usually is.
    postmark.get_bounce_dump
  • Get Delivery Stats
    Read how many addresses the server currently has deactivated and how the bounces break down by type.
    postmark.get_delivery_stats
  • Get Sent Message
    Read one sent message in full, including its body and the event trail Postmark recorded for it.
    postmark.get_outbound_message
  • Get Server
    Read the Postmark server this connection's token belongs to, including its tracking settings and inbound address.
    postmark.get_server
  • Get Template
    Read one template's stored subject, HTML body and text body.
    postmark.get_template
  • List Bounces
    List the bounces recorded for the server, filtered by type, tag, date range or recipient.
    postmark.list_bounces
  • List Link Clicks
    List recorded link clicks across the server, or every click on one message when a message id is given.
    postmark.list_message_clicks
  • List Opens
    List recorded email opens across the server, or every open of one message when a message id is given.
    postmark.list_message_opens
  • List Suppressions
    Read the do-not-send list for a message stream, optionally filtered by reason, origin, address or date.
    postmark.list_suppressions
  • List Templates
    List the templates and layouts stored on this Postmark server.
    postmark.list_templates
  • List Webhooks
    List the webhooks configured on one of the server's message streams.
    postmark.list_webhooks
  • Search Inbound Messages
    Search 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 Messages
    Search the messages this server has sent, by recipient, sender, tag, subject, status or date range.
    postmark.search_outbound_messages
  • Send Email Batch
    Send 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 Batch
    Send 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 Email
    Send one transactional message through Postmark, with an HTML body, a text body or both.
    postmark.send_email
  • Send Template Email
    Render a stored Postmark template with a model and send it to one recipient.
    postmark.send_with_template
  • Update Template
    Change a template's name, subject or bodies. Only the fields given are sent, so the rest keep their stored values.
    postmark.update_template
  • Validate Template
    Render 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.