Short answer: You can enrich person by email in Apollo.io by hand from its own interface, but it won’t repeat itself. On TinyCommand, add the Apollo.io Enrich Person by Email 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 |
|---|---|---|---|
Email email | Optional | Either email or LinkedIn URL required | |
LinkedIn URL linkedin_url | url | Optional | A fully qualified URL (https://...) for the linkedin url. |
{"email": "e.g. user@example.com","linkedin_url": "e.g. https://example.com/path"}
{"person": {"email": "john@company.com","title": "CEO","last_name": "Doe","first_name": "John","organization": {"name": "Company Inc","website_url": "https://company.com"},"phone_numbers": [{"raw_number": "+14155551234"}]}}
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.