Short answer: You can identify person in Customer.io by hand from its own interface, but it won’t repeat itself. On TinyCommand, add the Customer.io Identify Person action to a workflow, map its 6 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 |
|---|---|---|---|
Identifier identifier | string | Required | Unique identifier — typically email or internal user ID |
Email email | string | Optional | Email. e.g. "user@example.com" |
First Name first_name | string | Optional | First Name. e.g. "John" |
Last Name last_name | string | Optional | Last Name. e.g. "Doe" |
Plan plan | string | Optional | Customer plan/tier for segmentation |
Created At created_at | string | Optional | Unix timestamp of when the customer signed up |
{"identifier": "user@example.com","email": "user@example.com","first_name": "John","last_name": "Doe","plan": "e.g. pro"}
{"success": true}
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.