latestOpenAPI 3.0.02026-08-08190133305.8 KB

109c0537cf77

ApiContactImport

Bulk creates, or bulk updates, contacts. The ID of returned object can be used to query import progress.

Import format can either be CSV or Excel. Must include one column called "Email". Any other columns will attempt to map to your custom data fields.

post/v2/contacts/import

Request body

fileNamestring nullable
datastring byte nullable

Response

idstring guid
status'Finished' | 'NotFinished' | 'RejectedByWatchdog' | 'InvalidFileFormat' | 'Unknown' | 'Failed' | 'ExceedsAllowedContactLimit' | 'NotAvailableInThisVersion'