Create contacts in bulk
reach_createContactsInBulkV1Create many contacts in a profile at once. Bulk import runs in the background, skips existing emails, and sends confirmation emails when double opt-in is enabled.
Instructions
Create many contacts in a profile in a single call.
The contacts are imported in the background, so a success response means the import was accepted rather than finished. Contacts whose email already exists in the profile are left as they are. If double opt-in is enabled, new contacts start off pending and are sent a confirmation email.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| note | No | Note applied to every created contact | |
| contacts | Yes | contacts parameter | |
| tag_uuids | No | Existing tags to attach to every created contact | |
| profileUuid | Yes | Profile uuid parameter |