Short answer: You can list contacts in Constant Contact by hand from its own interface, but it won’t repeat itself. On TinyCommand, add the Constant Contact List Contacts 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.
Every field can be mapped from an upstream trigger, AI step, table row, or hard-coded literal.
| Field | Type | Required | Description |
|---|---|---|---|
Limit limit | string | Optional | Number of contacts to return (max 500) |
Status status | options | Optional | Filter by subscription status |
{"limit": "50","status": "{{trigger.status}}"}
{"contacts": [{"last_name": "Doe","contact_id": "06d4ca6a-3122-11ee-a32f-fa163e56c9b0","first_name": "John","email_address": {"address": "user@example.com"}}],"contacts_count": 1}
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.