v1

latestOpenAPI 3.0.32026-07-24614422630.2 KB
CRM Import

Retry CRM Import

Re-runs the failed ids of an import (plus any unfinished ids from an interruption) under the same request_id. Already-imported accounts are skipped, so retrying is safe. No-op when there is nothing to reprocess. Like Start CRM Import, retry is asynchronous: it re-enqueues the failed ids and returns the request_id immediately — poll Get CRM Import Status (same request_id) for the outcome as the re-run progresses.

post/api/v1/accounts/crm-import/retry

Query parameters

request_idstring

ID of the import request to retry. If omitted, the tenant's most-recent import is retried.

Response

Retry started (or nothing to reprocess). Same response shape as Start CRM Import.

request_idstring

ID of the asynchronous import request. Use it for the status / detail / lookup / retry services, or wait for the crmImport completion webhook (same request_id).