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
id
Unique identifier
createdAt
Creation timestamp
updatedAt
Last update timestamp
phones
List of contact phone numbers
emails
List of contact email addresses
title
Contact title
description
Contact description
createdByUser
accounts
List of linked accounts
projects
List of linked projects
opportunities
List of linked opportunities
vendors
List of linked vendors
Errors
400
Bad Request Error
401
Unauthorized Error
