Upload an Excel file for asynchronous contact import. The file should follow the template format with multi-sheet structure. Returns a BulkOps tracking object for monitoring progress.
Request
Authorization
Provide your bearer token in the
Authorization
header when making requests to protected resources.
Example:
Authorization: Bearer ********************
Body Params multipart/form-dataRequired
Request Code Samples
Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
Request Request Example
Shell
JavaScript
Java
Swift
curl--location--request POST 'https://preprod.api.crego.io/api/contacts/import-excel/' \
--header'Authorization: Bearer <token>' \
--form'file=@""'