ActionMandrillUpdated June 2026

How do I get Mandrill account stats?

Short answer: You can get mandrill account info in Mandrill by hand from its own interface, but it won’t repeat itself. On TinyCommand, add the Mandrill Get Mandrill Account Info action to a workflow, map its 0 inputs from any upstream app, and it runs automatically every time the trigger fires. No code, and a free tier to start.

Get Mandrill Account Info in Mandrill — start free
Sample request
{}
Returns
{
"stats": {
"today": {
"sent": 42,
"rejects": 0,
"hard_bounces": 0,
"soft_bounces": 1
}
},
"username": "user@example.com",
"reputation": 95,
"hourly_quota": 250
}

Use these fields in downstream nodes for routing, logging, or error handling.

Triggered by

Apps that pair well as the trigger for Get Mandrill Account Info.

Any of these apps can fire this action as part of a workflow.

FAQ

Questions about Get Mandrill Account Info.

What does the Get Mandrill Account Info action do in Mandrill?
Returns sending reputation, plan tier, recent send stats. Useful for "is our reputation healthy?" monitoring and for capacity-planning workflows.
What inputs does Get Mandrill Account Info require?
Get Mandrill Account Info has no required inputs. Sensible defaults are applied if you leave fields blank.
Can I use dynamic inputs from earlier workflow nodes?
Yes. Any field on this action can pull values from upstream nodes, whether that's a form response, a trigger payload, an AI output, or a lookup result.
What happens if Mandrill returns an error?
The workflow pauses on the failed node, the error message is captured in the run log, and you can retry the run with one click. Auto-retry policies are configurable per workflow with exponential backoff up to 5 attempts.
Does Get Mandrill Account Info support batch operations?
Yes. Run Get Mandrill Account Info inside a Loop node to process arrays. TinyCommand handles Mandrill's rate limits automatically so you don't have to throttle manually.
More actions

Other Mandrill actions.

Action
List Mandrill Templates
Returns the saved-templates catalog. Useful for resolving template slugs at workflow setup.
Action
Mandrill Send Email
Sends transactional email through Mailchimp's Mandrill add-on. For Mailchimp-shop teams that want unified marketing + transactional in one ecosystem.
Action
Mandrill Send Template Email
Fires a pre-built Mandrill template with merge data. For production transactional patterns where templates are reviewed once and reused.
Get Mandrill Account Info in Mandrill — start free