create_person
Create a person in Huly with required first and last name, plus optional city and email. Returns the created person ID.
Instructions
Create a new person in Huly. Returns the created person ID.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| city | No | City | |
| No | Email address | ||
| lastName | Yes | a string that will be trimmed | |
| firstName | Yes | a string that will be trimmed |