Skip to main content

MCP tool: create_bulk_customer_contacts

Creates multiple customer contacts in a single request. This tool is useful for bulk importing contacts or creating multiple contacts for an account at once.

Example prompt

Input parameters

Contact object structure

Each contact in the contacts array contains:

Response fields

The response will contain a summary of the bulk creation operation:
FieldTypeDescription
totalnumberThe total number of contacts provided
creatednumberThe number of contacts successfully created
skippednumberThe number of contacts skipped due to existing contacts with the same email

Sample response