Documentation Index
Fetch the complete documentation index at: https://docs.thena.ai/llms.txt
Use this file to discover all available pages before exploring further.
MCP tool: filter_customer_contacts_by_ids
Filters customer contacts based on a list of contact IDs. This tool is useful for retrieving specific contacts when you have their IDs, or for bulk operations on a set of known contacts.
Example prompt
Input parameters
| Name | Type | Required | Description |
|---|---|---|---|
| ids | string[] | Yes | List of customer contact IDs to filter by |
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 |