Import Commands
moss import create
Start a data import job. The file must be accessible via URL.| Option | Required | Description |
|---|---|---|
--entity-type <type> | Yes | Entity type: contacts, companies, or deals |
--file-url <url> | Yes | URL of the file to import |
moss import status
Check the status of an import job.| Option | Required | Description |
|---|---|---|
--id <id> | Yes | Import job ID |
Export Commands
moss export create
Start a data export job.| Option | Required | Description |
|---|---|---|
--entity-type <type> | Yes | Entity type: contacts, companies, or deals |
--format <format> | No | Export format: csv (default) or json |
moss export status
Check the status of an export job.| Option | Required | Description |
|---|---|---|
--id <id> | Yes | Export job ID |