Create contact
civicrm_create_contactCreate a new CiviCRM contact with optional email and phone creation. Automatically chains email and phone when provided.
Instructions
Create a new CiviCRM contact. Chains email and phone creation when provided. Requires CIVICRM_ALLOW_WRITES=true.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| No | Primary email — will be attached via chain. | ||
| extra | No | Extra values to pass to Contact.create (any other APIv4 fields). | |
| phone | No | Primary phone — will be attached via chain. | |
| source | No | Free-text source/provenance tag. | |
| last_name | No | ||
| first_name | No | ||
| contact_type | No | Individual | |
| household_name | No | ||
| organization_name | No |