create_contact
Add a new contact to your Apollo CRM. Enforces deduplication to prevent duplicates. Requires first and last name, plus email or company name.
Instructions
Create a new contact in your Apollo CRM. FREE. Deduplication is enforced (run_dedupe=true) to prevent duplicates. Provide at least first_name, last_name, and either email or organization_name.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| first_name | Yes | Contact's first name | |
| last_name | Yes | Contact's last name | |
| No | Contact's email address | ||
| title | No | Job title | |
| organization_name | No | Company name | |
| website_url | No | Company website URL | |
| account_id | No | Apollo account ID to associate with | |
| phone_numbers | No | Phone numbers to add | |
| label_names | No | Labels/tags to apply | |
| present_raw_address | No | Full address string | |
| city | No | ||
| state | No | ||
| country | No | ||
| postal_code | No |