Get Contact
get_contactRetrieve a full contact or company record by its ID. Use when you have a ContactId from a webhook or external reference and need the associated data.
Instructions
Retrieve a single contact or company by ID. Use this when you already have a ContactId and need the record.
NOTE: search_contacts returns the same full data for each match. Only use get_contact when you have an ID but not the data (e.g., from a webhook or external reference).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| contact_id | Yes | The ContactId of the record to retrieve |