superchat_search_contacts
Find contacts by exact match on email, phone, Instagram ID, or custom attribute. Use this read-only lookup for precise identification; for fuzzy name search, use list_contacts.
Instructions
Find contacts with one exact equality match on email, phone, Instagram ID or a custom attribute. This is a read-only POST; it does not support fuzzy name search or combining conditions. Use list_contacts to browse instead.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| after | No | Fetch the page after this cursor; pass pagination.next_cursor from a previous result. | |
| field | Yes | The single field to match: mail, phone, instagram, or custom_attribute. | |
| limit | No | Number of records in this page, from 1 to 100. Defaults to 25; the tool never fetches later pages automatically. | |
| value | Yes | Exact value to match. Handle fields require a string; custom attributes may use a string, number or list of strings. | |
| before | No | Fetch the page before this cursor; pass pagination.previous_cursor from a previous result. Cannot be combined with after. | |
| identifier | No | Required only for custom_attribute: attribute ID or built-in attribute name. Get custom attribute IDs with list_custom_attributes. |