Skip to main content
POST

Authorizations

Authorization
string
header
required

Authentication token required for accessing protected endpoints. The token should be obtained from the main SalesCaptain authentication service.

Body

application/json
company_id
string<uuid>
required

Unique identifier for the company

Example:

"a1b2c3d4-e5f6-7890-abcd-ef1234567890"

contact_name
string
required

Full name of the contact

Example:

"John Doe"

contact_phone
string

Phone number of the contact (required if no email provided)

Example:

"+14155551234"

contact_email
string<email>

Email address of the contact (required if no phone provided)

custom_fields
object[]

Optional list of custom fields to set for the contact

Response

Contact created successfully

message
string
Example:

"Contact created successfully!"

contact
object