MCP tool to create multiple customer contacts in a single request in the Thena platform.
create_bulk_customer_contacts
Name | Type | Required | Description |
---|---|---|---|
contacts | array | Yes | List of customer contacts to create |
contacts
array contains:
Field | Type | Required | Description |
---|---|---|---|
accountId | string | Yes | The account ID to associate the contact with |
firstName | string | No | First name of the contact |
lastName | string | No | Last name of the contact |
string | Yes | Email address of the contact | |
phone | string | No | Phone number of the contact |
jobTitle | string | No | Job title of the contact |
contactType | string | No | Type of contact (e.g., primary, billing, technical) |
metadata | object | No | Additional metadata for the contact |
Field | Type | Description |
---|---|---|
total | number | The total number of contacts provided |
created | number | The number of contacts successfully created |
skipped | number | The number of contacts skipped due to existing contacts with the same email |