ActionMandrillUpdated September 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.
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 run history shows the failed step with its input and the error message Mandrill returned, so you can fix the input and run the workflow again. Automatic retries are built into HTTP steps only, where you can also set your own retry count and delay.
Does Get Mandrill Account Info support batch operations?
Run Get Mandrill Account Info inside a loop to process each item in an array. TinyCommand does not throttle calls for you, so for large arrays add a Delay step if you need to stay within Mandrill's rate limits.
More actions
Other Mandrill actions.
Action
List Mandrill Templates
Returns the saved-templates catalog. Useful for resolving template slugs at workflow setup.
ActionMandrill Send Email
Sends transactional email through Mailchimp's Mandrill add-on. For Mailchimp-shop teams that want unified marketing + transactional in one ecosystem.
ActionMandrill Send Template Email
Fires a pre-built Mandrill template with merge data. For production transactional patterns where templates are reviewed once and reused.