campaigns
Rename a campaign
Updates the display name of a specific campaign. The new name is provided directly in the URL path as newname. This is a metadata-only change — it does not affect the campaign's configuration, contacts, or running state.
Permission: No specific permission required. A valid API key is sufficient.
patch/campaigns/call/{campaignscalllistuuid}/name/{newname}
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.
newnamestring required
The new name of the campaign calllist
Response
Successful operation