apollo_bulk_create_accounts
Bulk create CRM accounts by providing a list of account dictionaries with fields like name, domain, and phone.
Instructions
Bulk-create CRM accounts. Pass 'accounts' as a list of dicts with name/domain/phone/etc.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| accounts | Yes | List of account dicts to create | |
| run_dedupe | No | ||
| append_label_names | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |