OCNORA

Mandrill

EmailAPI keycredential probe

Send transactional mail through Mandrill (Mailchimp Transactional) as a composed message, a stored template or a raw MIME document, manage the template lifecycle and read the 30-day message log. Mandrill authenticates from the JSON body, so an http.request call against this connection must carry its own 'key' field.

OCNORA ships 18 typed Mandrill operations. 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://mandrillapp.com/api/1.0 through the HTTP node with the same credential.

Operations 18

  • Cancel Scheduled Message
    Cancel a message that is scheduled but has not been sent yet.
    mandrill.cancel_scheduled
  • Create Template
    Add a template to the account, published by default, and return the stored template.
    mandrill.create_template
  • Delete Template
    Delete a template from the account and return the copy that was removed.
    mandrill.delete_template
  • Get Account Info
    Read the connected account's reputation, hourly quota, backlog and lifetime stats.
    mandrill.get_account_info
  • Get Message Content
    Fetch the full content of a message the account sent in the last 30 days, including its body and attachments.
    mandrill.get_message_content
  • Get Message Info
    Fetch one sent message's delivery state, opens, clicks and SMTP events by its Mandrill id.
    mandrill.get_message_info
  • Get Template
    Fetch one template, both its draft and its published copy.
    mandrill.get_template
  • List Scheduled Messages
    List the messages that are scheduled but not yet sent, optionally for one recipient.
    mandrill.list_scheduled
  • List Templates
    List every template in the account, optionally filtered to one label.
    mandrill.list_templates
  • Publish Template
    Promote a template's draft content to the copy that sends live.
    mandrill.publish_template
  • Render Template
    Render a template with content and merge values injected, without sending anything.
    mandrill.render_template
  • Reschedule Message
    Move a scheduled message to a new send time.
    mandrill.reschedule_message
  • Search Messages
    Search the messages the account sent in the last 30 days by query, date, tag or sender.
    mandrill.search_messages
  • Send Message
    Send a transactional message composed on this node through Mandrill, and report the outcome for every recipient.
    mandrill.send_message
  • Send Raw MIME
    Send a complete MIME document exactly as written, for mail another system has already assembled.
    mandrill.send_raw
  • Send Template
    Send a stored Mandrill template, injecting content into its mc:edit regions and merge fields.
    mandrill.send_template
  • Template Stats
    Return a template's hourly send, bounce, open and click counts for the last 30 days.
    mandrill.template_time_series
  • Update Template
    Change an existing template's content and defaults, publishing the change unless told not to.
    mandrill.update_template

Run your first Mandrill 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.