Skip to main content

Enqueue an import job

POST 

/v1/marketing/imports

Upload a CSV/Excel/Odoo payload with a column mapping JSON; the import runs asynchronously in the background worker. Returns 202 Accepted with the queued job UUID. Multipart fields: file (required), mapping (required, JSON ColumnMapping), importer (optional, defaults to csv), sourceName (optional, defaults to filename). Optional Idempotency-Key request header dedups identical submissions within 24h.

Responses

Accepted

Response Headers
    Location