Skip to content
RActionRecurlyUpdated May 2026

How do I fetch a Recurly account?

Short answer: Drop the "RecurlyGet Recurly Account" action anywhere in your workflow, map the inputs from upstream nodes, and publish.

Inputs

The fields this action accepts.

Every field can be mapped from an upstream trigger, AI step, table row, or hard-coded literal.

FieldTypeRequiredDescription
Account ID or Code
account_id
stringRequiredRecurly account ID, or 'code-' prefix + your code (e.g. code-user_123)
Sample request
{
"account_id": "{{trigger.account_id}}"
}
Returns
{
"id": "acct_abc123",
"code": "user_123",
"email": "user@example.com",
"state": "active",
"last_name": "Doe",
"created_at": "2026-04-15T10:00:00Z",
"first_name": "John"
}

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

Triggered by

Apps that pair well as the trigger for Get Recurly Account.

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

FAQ

Questions about Get Recurly Account.

What does the Get Recurly Account action do in Recurly?
Returns the account with billing info and current subscriptions. The standard lookup for customer-context workflows.
What inputs does Get Recurly Account require?
Required: Account ID or Code. Every input accepts a static value or a variable from any upstream node in your workflow.
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 Recurly 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 Recurly Account support batch operations?
Yes. Run Get Recurly Account inside a Loop node to process arrays. Tiny Command handles Recurly's rate limits automatically so you don't have to throttle manually.
More actions

Other Recurly actions.

Send get recurly account from your workflows.

Triggered by anything in the catalog. Free tier available. No credit card.