Contacts
Create contact
Creates a new contact for a specific company. At least one of contact_phone or contact_email must be provided. User must have ‘contacts’ access role to create contacts.
POST
Authorizations
Authentication token required for accessing protected endpoints. The token should be obtained from the main SalesCaptain authentication service.
Body
application/json
Unique identifier for the company
Example:
"a1b2c3d4-e5f6-7890-abcd-ef1234567890"
Full name of the contact
Example:
"John Doe"
Phone number of the contact (required if no email provided)
Example:
"+14155551234"
Email address of the contact (required if no phone provided)
Example:
Optional list of custom fields to set for the contact

