Short answer: You can subscribe profile in Klaviyo by hand from its own interface, but it won’t repeat itself. On TinyCommand, add the Klaviyo Subscribe Profile 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 |
|---|---|---|---|
List ID list_id | string | Required | The ID of the Klaviyo list to subscribe to |
Email email | string | Required | Email address to subscribe |
{"list_id": "e.g. UxYzAb","email": "customer@example.com"}
{"data": {"id": "01JSUBSCR123456789","type": "profile-subscription-bulk-create-job","attributes": {"status": "queued","created_at": "2026-04-23T10:00:00+00:00","total_count": 1,"completed_count": 0}}}
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.