Short answer: You can list email campaigns in Constant Contact by hand from its own interface, but it won’t repeat itself. On TinyCommand, add the Constant Contact List Email Campaigns 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 campaigns to return (max 500) |
Status status | options | Optional | Filter by campaign status |
{"limit": "50","status": "{{trigger.status}}"}
{"campaigns": [{"name": "April Newsletter","type": "CUSTOM_CODE_EMAIL","created_at": "2026-04-01T10:00:00Z","campaign_id": "b1c75a40-3122-11ee-a32f-fa163e56c9b0","current_status": "DRAFT"}]}
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.