cURL
curl --request POST \ --url https://platform.thena.ai/v1/accounts/contacts/bulk \ --header 'Content-Type: application/json' \ --header 'x-api-key: <api-key>' \ --data '{ "contacts": [ "<string>" ], "accountIds": "A123", "contactType": "CT123", "source": "Slack" }'
{ "total": 123, "created": 123, "skipped": 123 }
Enter your API key
Bulk customer contact data
Details of customer contacts to create
Account ID of the customer contacts
"A123"
Contact type of the customer contacts
"CT123"
Source of the customer contacts
"Slack"
Customer contacts created successfully
The total number of contacts provided
The number of contacts created
The number of contacts skipped due to existing contacts with the same email.