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| Champ | Type | Requis | Defaut | Description |
|---|---|---|---|---|
name | string | non | Prenom | |
last_name | string | non | Nom de famille | |
job_title | string | non | Poste | |
website | string | non | URL du site web | |
address | string | non | Adresse | |
numbers | array | non | Numeros de telephone au format E.164 | |
emails | array | non | Adresses email | |
company_id | string | non | ID de l’entreprise associee | |
allow_duplicate_number | boolean | non | false | Autorise la creation meme si un ou plusieurs numeros sont deja attribues a une autre personne |
name ou last_name est requis.
company_id pour lier la personne a une entreprise existante. L’entreprise doit exister, sinon la requete retourne une erreur.
allow_duplicate_number a true.
phone_number.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