Skip to content
ActionAttioUpdated May 2026

How do I fetch a single person from Attio?

Short answer: Drop the "AttioGet Person" action anywhere in your workflow, map the inputs from upstream nodes, and publish.

Inputs

The fields this action accepts.

Every field can be mapped from an upstream trigger, AI step, table row, or hard-coded literal.

FieldTypeRequiredDescription
Person Record ID
record_id
stringRequired
Sample request
{
"record_id": "{{trigger.record_id}}"
}
Returns
{
"data": {
"id": {
"record_id": "person_abc123"
},
"values": {
"name": [
{
"full_name": "Jane Doe",
"last_name": "Doe",
"first_name": "Jane"
}
],
"company": [
{
"target_record_id": "company_xyz"
}
],
"job_title": "CEO",
"phone_numbers": [
{
"phone_number": "+15550100"
}
],
"email_addresses": [
{
"email_address": "jane@acme.com"
}
]
}
}
}

Use these fields in downstream nodes for routing, logging, or error handling.

Triggered by

Apps that pair well as the trigger for Get Person.

Any of these apps can fire this action as part of a workflow.

FAQ

Questions about Get Person.

What does the Get Person action do in Attio?
Returns the person record by ID with all configured attributes (standard + custom) plus list memberships and linked company. The standard lookup for enrichment workflows or for resolving person IDs to readable identity in downstream notifications.
What inputs does Get Person require?
Required: Person Record ID. Every input accepts a static value or a variable from any upstream node in your workflow.
Can I use dynamic inputs from earlier workflow nodes?
Yes. Any field on this action can pull values from upstream nodes, whether that's a form response, a trigger payload, an AI output, or a lookup result.
What happens if Attio returns an error?
The workflow pauses on the failed node, the error message is captured in the run log, and you can retry the run with one click. Auto-retry policies are configurable per workflow with exponential backoff up to 5 attempts.
Does Get Person support batch operations?
Yes. Run Get Person inside a Loop node to process arrays. Tiny Command handles Attio's rate limits automatically so you don't have to throttle manually.
More actions

Other Attio actions.

Send get person from your workflows.

Triggered by anything in the catalog. Free tier available. No credit card.