curl --request POST \
--url https://v2-nova-api.prod.czmx.in/org/{org_id}/prospects/bulk \
--header 'Content-Type: multipart/form-data' \
--form 'list_name=<string>' \
--form file='@example-file'{
"list_id": "<string>",
"list_name": "<string>",
"prospect_ids": [
"<string>"
],
"skipped_rows": [
{
"phone": "<string>",
"reason": "<string>",
"row": 123
}
],
"total_imported": 123,
"total_rows": 123,
"total_skipped": 123,
"total_updated": 123
}Import prospects from a CSV file. Creates a prospect list and upserts prospects. Auto-detects country/timezone from phone.
curl --request POST \
--url https://v2-nova-api.prod.czmx.in/org/{org_id}/prospects/bulk \
--header 'Content-Type: multipart/form-data' \
--form 'list_name=<string>' \
--form file='@example-file'{
"list_id": "<string>",
"list_name": "<string>",
"prospect_ids": [
"<string>"
],
"skipped_rows": [
{
"phone": "<string>",
"reason": "<string>",
"row": 123
}
],
"total_imported": 123,
"total_rows": 123,
"total_skipped": 123,
"total_updated": 123
}Organization ID