upload_contacts
STEP 2 of contact upload. Inserts contacts into Xmagnet using the field_mappings confirmed from preview_upload_mapping. Each contact must include the original column names as keys. Requires email per row. Max 500 per call. NEVER call before preview_upload_mapping.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| contacts | Yes | Rows as objects keyed by the ORIGINAL column headers | |
| field_mappings | Yes | {original_column: db_field} from preview_upload_mapping |