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

9da73dd2f99e

campaigns

Assign or remove a call script

Assigns a call script to a campaign or removes the current script. A script is a predefined call guide displayed to agents during campaign calls. To assign a script, provide the script_uuid in the request body. To remove the current script, send an empty body or omit the script_uuid field. Only one script can be assigned to a campaign at a time.

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

put/campaigns/call/{campaignscalllistuuid}/script

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

script_uuidstring

Example request

{
  "script_uuid": "1a7a5639-3818-4b0e-9285-f6b3795f8db4"
}

Response

Script linked / unlinked