People
Create a CRM Person
Creates a new CRM person record.
At least one of firstName or lastName is required.
Required scope: crm:write
POST
Create a CRM person
Creates a new CRM person record.Documentation Index
Fetch the complete documentation index at: https://developer.zeeg.me/llms.txt
Use this file to discover all available pages before exploring further.
Name requirement
At least one offirstName or lastName must be provided.
Associating with a company
PasscompanyId with the UUID of an existing CRM company to link the person to that company.
Social links
Pass social profile URLs as a nestedsocials object:
Authorizations
Body
application/json
First name. Required if lastName is not provided.
Example:
"Jane"
Last name. Required if firstName is not provided.
Example:
"Doe"
Salutation or title.
Example:
"Ms"
List of email addresses. The first entry becomes the primary email.
Example:
["jane.doe@acme.com"]
Job title or role.
Example:
"Head of Product"
Free-text description or notes.
Primary phone number.
Example:
"+4930123456789"
Primary location or city.
Example:
"Berlin, Germany"
URL of the person's avatar image.
UUID of the CRM company to associate this person with.
Social profile links.
Last modified on May 7, 2026