Skip to main content
Used in: Find Contact

Fields

FieldTypeRequiredDescription
full_namestringNo*Contact name to search
phone_numberstringNo*Phone number to search
contact_emailstringNo*Email address to search
match_anyboolean or stringNoIf true, falls back to individual field searches when strict matching returns no results. Accepts string "true" (case-insensitive).
*At least one of full_name, phone_number, or contact_email is required.

Example

{
  "full_name": "John Doe",
  "phone_number": "5550000001",
  "match_any": false
}

Notes

By default, all provided fields must match the same contact (strict mode). Set match_any: true to fall back to individual field lookups if no strict match is found.
match_any accepts the string "true" for integrations that serialize booleans as strings (e.g. some Zapier steps).