Get by ID
With this operation, the automation can fetch a person's data using their ID and use that information in other blocks of the flow.
How to Configure
Parameters
Field
Type
Required?
Description
Output Structure (Example Result)
{
"id": "person_abcdef123456",
"name": "Juliana Souza",
"about": "Marketing Manager at Example Company.",
"photo_url": "https://example.com/juliana.jpg",
"privacy": "granted",
"customer_status": "customer",
"is_blocked": false,
"created_at": "2023-10-26T10:00:00Z",
"updated_at": "2024-08-16T15:30:00Z",
"users": [
{
"id": "user_xyz789",
"name": "Carlos Andrade"
}
],
"phones": [
{
"type": "business",
"phone": "+5511977775555",
"is_whatsapp": true
}
],
"emails": [
{
"email": "[email protected]"
}
],
"custom_fields": {
"last_meeting_date": "2024-08-10",
"satisfaction_level": "Very Satisfied"
}
}π Example Use Case
Last updated
Was this helpful?

