Skip to content
ActionQuickBooksUpdated May 2026

How do I get QuickBooks company info?

Short answer: Drop the "QuickBooksQuickBooks Get Company Info" 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
Company ID (Realm ID)
realm_id
stringRequiredCompany ID (Realm ID). Example: 123456789
Sample request
{
"realm_id": "e.g. 123456789"
}
Returns
{
"CompanyInfo": {
"Email": {
"Address": "admin@acme.com"
},
"Country": "US",
"LegalName": "Acme Inc LLC",
"CompanyName": "Acme Inc"
}
}

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

Triggered by

Apps that pair well as the trigger for QuickBooks Get Company Info.

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

FAQ

Questions about QuickBooks Get Company Info.

What does the QuickBooks Get Company Info action do in QuickBooks?
Returns the connected company's details — name, address, fiscal year. Useful for connection sanity checks and for adapting workflows to company-specific config.
What inputs does QuickBooks Get Company Info require?
Required: Company ID (Realm ID). 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 QuickBooks 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 QuickBooks Get Company Info support batch operations?
Yes. Run QuickBooks Get Company Info inside a Loop node to process arrays. Tiny Command handles QuickBooks's rate limits automatically so you don't have to throttle manually.
More actions

Other QuickBooks actions.

Send quickbooks get company info from your workflows.

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