Skip to main content
Start an import job from an analyzed CSV. The command takes the fileKey returned by import analyze, the channel ID that owns the new people, an upsert mode that decides what happens on email collisions, and one or more column mappings that pin CSV columns to TalkValue target fields. It returns immediately with the job ID. Use import get to poll until completion.

Synopsis

Options

Examples

1. Import three columns into channel 7 in UPDATE mode

Returns the new job ID and an initial status of PENDING or RUNNING. The job continues in the background.

2. Capture the job ID for the rest of the script

The two-line pattern is the basis for the full CSV import recipe.

3. Treat duplicates as silent skips

SKIP is the right mode when you receive a weekly registrant export and you want every new email but you do not want to overwrite manual edits made in the dashboard.

Response

status is the snapshot at submission. Real progress lives on the job record returned by import get.

See also