ActionZoho BillingUpdated September 2026

How do I list Zoho Billing subscriptions?

Short answer: You can list subscriptions in Zoho Billing by hand from its own interface, but it won’t repeat itself. On TinyCommand, add the Zoho Billing List Subscriptions action to a workflow, map its 2 inputs from any upstream app, and it runs automatically every time the trigger fires. No code, and a free tier to start.

List Subscriptions in Zoho Billing — start free
Inputs

The fields this action accepts.

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

FieldTypeRequiredDescription
Organization ID
organization_id
stringRequiredOrganization ID. Example: 10234695
Page
page
stringOptionalPage. e.g. "1"
Sample request
{
"organization_id": "e.g. 10234695",
"page": "1"
}
Returns
{
"code": 0,
"subscriptions": [
{
"plan": {
"plan_code": "basic-monthly"
},
"status": "live",
"customer_id": "cust001",
"subscription_id": "sub001"
}
]
}

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

Triggered by

Apps that pair well as the trigger for List Subscriptions.

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

FAQ

Questions about List Subscriptions.

What does the List Subscriptions action do in Zoho Billing?
Lists subscriptions from Zoho Billing with their status (live, trial, paused, cancelled, expired). Used for MRR reports, dunning, and churn analysis.
What inputs does List Subscriptions require?
Required: Organization 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 Zoho Billing returns an error?
The run history shows the failed step with its input and the error message Zoho Billing 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 List Subscriptions support batch operations?
Run List Subscriptions 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 Zoho Billing's rate limits.
More actions

Other Zoho Billing actions.

List Subscriptions in Zoho Billing — start free