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

9da73dd2f99e

campaigns

Rename a custom data column in campaign contacts

Renames an existing custom column in all contacts' social_data field. The new name must not conflict with any existing field name (in or outside of social_data). Provide old_name and new_name in the request body. This operation is logged in the campaign's audit log (see GET .../logs).

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

patch/campaigns/call/{campaignscalllistuuid}/numbers/columns/rename

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

old_namestring required

Name of the column to rename

new_namestring required

New column name

Response

Successful operation