---
title: "Update metadata for campaign contacts"
method: PATCH
path: "/campaigns/call/{campaignscalllistuuid}/numbers"
tags: ["campaigns"]
---

# Update metadata for campaign contacts

`PATCH /campaigns/call/{campaignscalllistuuid}/numbers`

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.

## Path parameters

- `campaignscalllistuuid` string, uuid, required

## Request body

- object
  - `to_numbers` object[] — Array of contacts to update, each with a `to_number` (phone number in E.164 format) and a `json_csv_infos` object containing the updated metadata.
    - `to_number` integer
    - `json_csv_infos` string, json — Contains data related to the number. json_csv_infos must follow the schema: {"company": "", "firstname": "", "lastname": "", "social_data": [{"optionalField": ""}, ...]} The fields "company", "firstname", "lastname" and "social_data" are required. The field "social_data" is an array of objects, each containing a key-value pair of type string. All numbers' json_csv_infos must have the same fields in "social_data".

## Response `200`

Successful operation

## Other responses

- `400` — Invalid ID supplied
- `401` — Token unauthorized
- `404` — Group not found
- `500` — Internal server error

---

[API](https://skmtc.net/ringover/apis/ringover-public-api.md) · [All operations](https://skmtc.net/ringover/apis/ringover-public-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/ringover/ringover-public-api/revisions/9da73dd2f99e/schema)
