Skip to main content
Import and export let you move data in and out of MossDesk in bulk. Use import template to get the right CSV format, import create to upload, and export create to download your data.

Import Commands

moss import template

Generate a CSV template with the correct headers and an example row. Use this to prepare your import file.
Example output for contacts:
Run moss import template --entity-type contacts > contacts.csv, fill in your data, then upload it.

moss import create

Start a data import job. The file must be accessible via URL.
Returns a job ID that you can use to check status.

moss import status

Check the status of an import job.

Export Commands

moss export create

Start a data export job.
Returns a job ID that you can use to check status and download the file.

moss export status

Check the status of an export job.