Short answer: You can list campaigns in Zoho Campaigns by hand from its own interface, but it won’t repeat itself. On TinyCommand, add the Zoho Campaigns List Campaigns action to a workflow, map its 3 inputs from any upstream app, and it runs automatically every time the trigger fires. No code, and a free tier to start.
Every field can be mapped from an upstream trigger, AI step, table row, or hard-coded literal.
| Field | Type | Required | Description |
|---|---|---|---|
Status status | options | Optional | Status. Options: All, Drafts, Sent, Scheduled, In Progress |
From Index fromindex | string | Optional | From Index. e.g. "1" |
Range range | string | Optional | Range. e.g. "50" |
{"status": "{{trigger.status}}","fromindex": "1","range": "50"}
{"recent_campaigns": [{"campaign_key": "abc123","campaign_name": "January Newsletter","campaign_status": "sent","created_date_string": "Jan 15, 2025"}]}
Use these fields in downstream nodes for routing, logging, or error handling.
Any of these apps can fire this action as part of a workflow.