create_person
Add new contacts to Attio CRM by providing names or email addresses. This tool creates person records with optional details like descriptions, LinkedIn URLs, and tags for organization.
Instructions
Create a new person in Attio CRM. You must provide at least one name field (first_name, last_name, or full_name) or at least one email address. All fields are optional, but you need either a name or email to identify the person. Returns the created person record including the new record_id.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| first_name | No | Person first name (use with last_name) | |
| last_name | No | Person last name (use with first_name) | |
| full_name | No | Person full name (alternative to first_name/last_name) | |
| email_addresses | No | Email addresses (e.g., ["john@example.com", "john.doe@work.com"]) | |
| description | No | Person description or notes | |
| No | LinkedIn URL (e.g., "https://linkedin.com/in/johndoe") | ||
| tags | No | Tags to apply to the person (e.g., ["Stanford", "Founder"]). New tags are auto-created if they don't exist. |