create_contact
Create contacts in the CRM, auto-create their company, and optionally enroll them in a campaign.
Instructions
Create one or more contacts in the CRM. Automatically creates the company account if a company is specified. Optionally enroll in a campaign immediately.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| upsert | No | If true, update existing contacts instead of returning a duplicate error. Default false. | |
| contacts | Yes | Array of contacts to create. Each contact requires email or linkedin_url. | |
| campaign_id | No | Optional campaign ID to automatically enroll the created contacts. | |
| idempotency_key | No | Optional stable key to prevent duplicate contact creation on retries. |