AActionAcumbamailUpdated September 2026
What subscriber lists exist in Acumbamail?
Short answer: You can get subscriber lists in Acumbamail by hand from its own interface, but it won’t repeat itself. On TinyCommand, add the Acumbamail Get Subscriber Lists 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
{"12345": {"name": "Newsletter","description": "Main list"}}
Use these fields in downstream nodes for routing, logging, or error handling.
Triggered by
Apps that pair well as the trigger for Get Subscriber Lists.
Any of these apps can fire this action as part of a workflow.
FAQ
Questions about Get Subscriber Lists.
What does the Get Subscriber Lists action do in Acumbamail?
Returns every list on the connected Acumbamail account with name, subscriber count, and configuration (double opt-in, custom fields). Use it to populate list-pickers at workflow setup or to inventory the account during audits.
What inputs does Get Subscriber Lists require?
Get Subscriber Lists 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 Acumbamail returns an error?
The run history shows the failed step with its input and the error message Acumbamail 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 Subscriber Lists support batch operations?
Run Get Subscriber Lists 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 Acumbamail's rate limits.
More actions
Other Acumbamail actions.
Action
Add Subscriber to List
Adds a contact to a specific Acumbamail subscriber list. Respects the list's configured double-opt-in setting — confirmed-only lists send the verification email first. The standard hook for "form submission → push to Acumbamail" workflows in Spanish/LATAM-targeted email programs.
ActionSend Transactional Email
Sends a one-shot transactional email to a single recipient with subject, HTML body, and optional attachments. For sender-reputation hygiene, use separate Acumbamail sub-accounts/keys for transactional and marketing — mixing degrades deliverability over time.