Create person
twenty_create_personCreate a new person (contact). All fields optional; firstName/lastName combine into name:{firstName,lastName}. Twenty REST: POST /rest/people.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| city | No | City. | |
| xUrl | No | X/Twitter URL (sent as xLink:{primaryLinkUrl}). | |
| extra | No | Passthrough object of additional/custom fields merged into the request body verbatim. | |
| jobTitle | No | Job title. | |
| lastName | No | Last name (combined into name:{firstName,lastName}). | |
| companyId | No | Id of the company to link this person to. | |
| firstName | No | First name (combined into name:{firstName,lastName}). | |
| linkedinUrl | No | LinkedIn URL (sent as linkedinLink:{primaryLinkUrl}). | |
| primaryEmail | No | Primary email address (sent as emails:{primaryEmail}). | |
| primaryPhone | No | Primary phone number (sent as phones:{primaryPhoneNumber}). |