MCP tool to retrieve a specific customer contact by ID from the Thena platform.
get_customer_contact
Name | Type | Required | Description |
---|---|---|---|
contactId | string | Yes | The unique identifier of the customer contact to retrieve |
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 |