Skip to main content
POST
Create contact

Authorizations

x-api-key
string
header
required

Public API key for the Octolane organization.

Body

application/json

Contact payload.

email
string<email>
required
Example:

"jane@acme.com"

first_name
string | null
last_name
string | null
full_name
string | null
job_title
string | null
phone
string | null
seniority
string | null
linkedin
string | null
twitter
string | null
twitter_followers
number | null
current_company
string | null
other_emails
type
string | null
avatar_url
string | null
email_verified
boolean | null
first_email_interaction
last_email_interaction
first_meeting_interaction
last_meeting_interaction
last_interaction
next_meeting

Response

Contact was created or resolved.

success
boolean
Example:

true

message
string
data
any

Endpoint-specific response payload.