Short answer: You can add subscriber in Zoho Campaigns by hand from its own interface, but it won’t repeat itself. On TinyCommand, add the Zoho Campaigns Add Subscriber action to a workflow, map its 4 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 |
|---|---|---|---|
Mailing List Key listkey | string | Required | Mailing List Key. Example: abc123def456 |
Contact Email email | string | Required | Contact Email. e.g. "subscriber@example.com" |
First Name first_name | string | Optional | First Name. e.g. "John" |
Last Name last_name | string | Optional | Last Name. e.g. "Doe" |
{"listkey": "e.g. abc123def456","email": "subscriber@example.com","first_name": "John","last_name": "Doe"}
{"response": {"status": "success","message": "Contact added to the list"}}
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.