Create Contact
Create a new contact.
Required fields:
- `name`: Contact's full name
Optional fields:
- `phones`: Array of contact phone numbers
- `emails`: Array of contact email addresses
- `title`: Contact title
- `accountIds`: Array of account IDs to associate
- `projectIds`: Array of project IDs to associate
Authentication
x-api-keystring
API Key authentication via header
Request
This endpoint expects an object.
name
Contact's full name
phones
List of contact phone numbers
emails
List of contact email addresses
title
Contact title
accountIds
Account IDs to associate with the contact
projectIds
Project IDs to associate with the contact
Response
Contact created successfully
name
Contact's full name
phones
List of contact phone numbers
emails
List of contact email addresses
title
Contact title
createdByUser
accounts
List of account objects
projects
List of project objects
