Skip to main content
PATCH
/
org
/
{org_id}
/
prospects
/
bulk
Bulk update prospects
curl --request PATCH \
  --url https://v2-nova-api.prod.czmx.in/org/{org_id}/prospects/bulk \
  --header 'Content-Type: application/json' \
  --data '
{
  "prospect_ids": [
    "<string>"
  ],
  "updates": {
    "country": "<string>",
    "custom_data": {},
    "email": "<string>",
    "external_id": "<string>",
    "first_name": "<string>",
    "last_name": "<string>",
    "list_id": "<string>",
    "remove_from_list": true,
    "status": "<string>",
    "timezone": "<string>"
  }
}
'
{
  "affected_ids": [
    "<string>"
  ],
  "count": 123
}

Path Parameters

org_id
string
required

Organization ID

Body

application/json

Prospect IDs and fields to update

prospect_ids
string[]
required
Minimum array length: 1
updates
object
required

Response

OK

affected_ids
string[]
count
integer