MCP tool: search_customer_contacts
Searches for customer contacts using an email address. This tool is useful for finding specific contacts when you know their email address.
Example prompt
Input parameters
Name | Type | Required | Description |
---|---|---|---|
string | Yes | Search for a customer contact by email |
Response fields
Below are the fields you may see in each customer contact object in the response:Field | Type | Description |
---|---|---|
id | string | Unique identifier of the customer contact |
firstName | string | First name of the customer contact |
lastName | string | Last name of the customer contact |
string | Email address of the customer contact | |
phoneNumber | string | Phone number of the customer contact |
avatarUrl | string | Avatar URL of the customer contact |
accounts | array | Array of associated accounts with id and name |
contactTypeId | string | ID of the contact type |
contactType | string | Name of the contact type (e.g., “Decision Maker”) |
customFieldValues | array | Custom field values for the contact |
metadata | object | Additional metadata for the contact |
createdAt | string (ISO8601) | Creation timestamp |
updatedAt | string (ISO8601) | Last update timestamp |