Skip to main content
POST
Create a new contact

Authorizations

api_key
string
header
required

Headers

Company-Name
string
required

The schema name for multi-tenancy

Body

application/json
first_name
string
required
Example:

"Amandeep (testingg)"

last_name
string
required
Example:

"Singhh"

contact_number
string
required
Example:

"+919999728776"

id
string
Example:

""

email
string
Example:

"amanhxe@gmal.com"

company_name
string
Example:

"softvel"

industry
string
Example:

"IT"

custom1
string | null
Example:

null

custom2
string | null
Example:

null

custom3
string | null
Example:

null

custom4
string | null
Example:

null

tags
object[]

Response

Contact created successfully

success
boolean
Example:

true

message
string
Example:

"Success"

data
object