Short answer: Drop the "Customer.io → Identify Person" action anywhere in your workflow, map the inputs from upstream nodes, and publish.
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.
Triggered by anything in the catalog. Free tier available. No credit card.