campaigns
Assign individual users to a campaign
Assigns one or more individual users to a campaign. These users will be eligible to receive campaign calls when the campaign is running. The response reports which users were successfully added (Users_added_in_queue) and which were already assigned (Users_already_in_queue). User IDs are provided in the to_Users array in the request body.
Permission: No specific permission required. A valid API key is sufficient.
post/campaigns/call/{campaignscalllistuuid}/users
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
Response
Successful operation