ImportCsvData
Acknowledgement that the import was accepted and queued. Poll Get CSV Import Status for the outcome.
Properties
statusstringrequiredAlways `processing` — the import runs in the background.
"processing"sheet_idstringrequiredSheet the rows will land on.
columns_mappedintegerrequiredHow many of the file's columns will be imported — the number of entries in `mapping`.
Example
ImportCsvData example
{
"status": "processing",
"sheet_id": "string",
"columns_mapped": 0
}