Pular para o conteúdo

Create Contact

POST
/api/v1/contacts

Create a new contact.

Verifica limite de contatos do plano antes de criar. Retorna 403 se limite atingido.

x-tenant-id
Any of:
integer
ContactCreate

Schema for creating a contact.

object
full_name
required
Full Name
string
email
Any of:
string format: email
phone
Any of:
string
mobile
Any of:
string
job_title
Any of:
string
company_id
Any of:
integer
address_line1
Any of:
string
address_line2
Any of:
string
city
Any of:
string
state
Any of:
string
postal_code
Any of:
string
country
Any of:
string
linkedin_url
Any of:
string
twitter_handle
Any of:
string
avatar_url
Any of:
string
tags
Any of:
string
source
Any of:
string
notes
Any of:
string
owner_id
Any of:
integer

Successful Response

ContactResponse

Schema for contact response.

object
full_name
required
Full Name
string
email
Any of:
string format: email
phone
Any of:
string
mobile
Any of:
string
job_title
Any of:
string
company_id
Any of:
integer
address_line1
Any of:
string
address_line2
Any of:
string
city
Any of:
string
state
Any of:
string
postal_code
Any of:
string
country
Any of:
string
linkedin_url
Any of:
string
twitter_handle
Any of:
string
avatar_url
Any of:
string
tags
Any of:
string
source
Any of:
string
notes
Any of:
string
owner_id
Any of:
integer
id
required
Id
integer
is_active
required
Is Active
boolean
last_contact_date
Any of:
string format: date-time
created_at
required
Created At
string format: date-time
updated_at
Any of:
string format: date-time
company_name
Any of:
string
custom_fields
Any of:
object

Validation Error

HTTPValidationError
object
detail
Detail
Array<object>
ValidationError
object
loc
required
Location
Array
msg
required
Message
string
type
required
Error Type
string