latestOpenAPI 3.1.1Proprietary – Contact us for usage terms2026-08-20173183551.4 KB

9da73dd2f99e

campaigns

Update metadata for campaign contacts

Updates the metadata (json_csv_infos) of one or more contacts already in a campaign's call queue. Use this to modify contact information (firstname, lastname, company, custom fields) without removing and re-adding the contacts. Each entry in the to_numbers array must include the to_number (phone number) to identify the contact and the updated json_csv_infos object.

Permission: No specific permission required. A valid API key is sufficient.

patch/campaigns/call/{campaignscalllistuuid}/numbers

Path parameters

campaignscalllistuuidstring uuid required

The UUID of the campaign (e.g., 1a7a5639-3818-4b0e-9285-f6b3795f8db4). Use GET /campaigns/call to discover campaign UUIDs.

Request body

Example request

{
  "to_numbers": [
    {
      "json_csv_infos": "{\"company\": \"Ringover\", \"firstname\": \"John\", \"lastname\": \"Doe\", \"social_data\": [{\"country\": \"FR\"}, {\"city\": \"Paris\"}]}"
    }
  ]
}

Response

Successful operation