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

9da73dd2f99e

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

to_groupsinteger[]

Example request

{
  "to_groups": [
    1
  ]
}

Response

Successful operation

groups_added_in_queueinteger[]

The list of added groups

groups_already_in_queueinteger[]

The list of groups that were already in queue