bulk_import_contacts
Import multiple contacts into ActiveCampaign with optional list and tag assignment. Provide a JSON array of contacts with email and optional fields.
Instructions
Bulk import contacts. contacts_json: JSON array of {email, first_name, last_name, phone}. Optionally add to a list or tag.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| contacts_json | Yes | ||
| list_id | No | ||
| tag_id | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |