campaigns
Assign groups to a campaign
Assigns one or more call groups to a campaign. All users belonging to these groups will be eligible to receive campaign calls when the campaign is running. The response indicates which groups were successfully added and which were already assigned.
Permission: No specific permission required. A valid API key is sufficient.
post/campaigns/call/{campaignscalllistuuid}/groups
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
Example request
{
"to_groups": [
1
]
}Response
Successful operation