Creates a new person in your CRM.
Documentation Index
Fetch the complete documentation index at: https://help.withallo.com/llms.txt
Use this file to discover all available pages before exploring further.
CRM_WRITE| Field | Type | Required | Default | Description |
|---|---|---|---|---|
name | string | no | First name | |
last_name | string | no | Last name | |
job_title | string | no | Job title | |
website | string | no | Website URL | |
address | string | no | Address | |
numbers | array | no | Phone numbers in E.164 format | |
emails | array | no | Email addresses | |
company_id | string | no | Associated company ID | |
allow_duplicate_number | boolean | no | false | Allow creating the person even if one or more phone numbers are already assigned to another person |
name or last_name is required.
company_id to link the person to an existing company. The company must exist or the request returns an error.
allow_duplicate_number to true.
phone_number filter.Request body for creating a person
Phone numbers in E.164 format. At least one number is required.
1["+33612345678"]First name
"John"
Last name
"Doe"
Job title
"CEO"
Website URL
"https://example.com"
Postal address
"123 Main St"
ID of the company to associate with
"com-xyz789"
When true, allows creating a person even if the phone numbers are already assigned to another person. Defaults to false.
Person created
A person in the CRM