Mandrill
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 MessageCancel a message that is scheduled but has not been sent yet.mandrill.cancel_scheduled
- Create TemplateAdd a template to the account, published by default, and return the stored template.mandrill.create_template
- Delete TemplateDelete a template from the account and return the copy that was removed.mandrill.delete_template
- Get Account InfoRead the connected account's reputation, hourly quota, backlog and lifetime stats.mandrill.get_account_info
- Get Message ContentFetch 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 InfoFetch one sent message's delivery state, opens, clicks and SMTP events by its Mandrill id.mandrill.get_message_info
- Get TemplateFetch one template, both its draft and its published copy.mandrill.get_template
- List Scheduled MessagesList the messages that are scheduled but not yet sent, optionally for one recipient.mandrill.list_scheduled
- List TemplatesList every template in the account, optionally filtered to one label.mandrill.list_templates
- Publish TemplatePromote a template's draft content to the copy that sends live.mandrill.publish_template
- Render TemplateRender a template with content and merge values injected, without sending anything.mandrill.render_template
- Reschedule MessageMove a scheduled message to a new send time.mandrill.reschedule_message
- Search MessagesSearch the messages the account sent in the last 30 days by query, date, tag or sender.mandrill.search_messages
- Send MessageSend a transactional message composed on this node through Mandrill, and report the outcome for every recipient.mandrill.send_message
- Send Raw MIMESend a complete MIME document exactly as written, for mail another system has already assembled.mandrill.send_raw
- Send TemplateSend a stored Mandrill template, injecting content into its mc:edit regions and merge fields.mandrill.send_template
- Template StatsReturn a template's hourly send, bounce, open and click counts for the last 30 days.mandrill.template_time_series
- Update TemplateChange 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.