Get by Phone
With this operation, the automation can locate a person's record in the system using only the phone number.
How to Configure
Parameters
Field
Type
Required?
Description
Output Structure (Example Result)
{
"id": "person_abcdef123456",
"name": "Ricardo Mendes",
"customer_status": "opportunity",
"is_blocked": false,
"created_at": "2023-11-05T14:00:00Z",
"phones": [
{
"type": "personal",
"phone": "+5511999998888",
"is_whatsapp": true
}
],
"emails": [
{
"email": "[email protected]"
}
]
}🚀 Example Use Case
Last updated
Was this helpful?

