Skip to main content
POST
Create Person
Use this from a form intake hook. Safe to call repeatedly for the same person.

Body

At least one identifier is required.
string
Adds an email identifier to the entity.
string
Adds a linkedin_url identifier.
string
Adds a linkedin_member_id identifier.
string
Adds a hubspot identifier.
string
Adds a pipedrive identifier.
string
Adds an apollo identifier.
string
Adds an attio identifier.
Every other field on the body is asserted as a claim. Common ones include first_name, last_name, job_title, company, seniority, department, city, country, phone, pipeline_stage.

Response

Both id and entity_id are returned and always carry the same value (the entity UUID). GET /v2/people returns only id.