Skip to main content
POST
Add existing contacts to a pool

Authorizations

Authorization
string
header
required

Use a Bearer token to access these API endpoints. Example: "Bearer {your-token}"

Path Parameters

uuid
string<uuid>
required

UUID of the pool to add contacts to.

Body

application/json
contact_uuids
string<uuid>[]
required

UUIDs of existing contacts to add. Use POST /api/v1/contacts to create new contacts first if needed. Duplicates within the array are deduplicated server-side.

Minimum array length: 1
priority
integer | null

Priority assigned to the new pool items. Higher values are picked first when type='Parallel'. Ignored for FIFO/LIFO pools. Default: 0.

Example:

0

Response

Operation summary. Response includes how many contacts were added, skipped, or not found, plus how many tasks were created across all running campaigns.

success
boolean
Example:

true

message
string
Example:

"N contact(s) added to pool, M task(s) created across K running campaign(s)."

data
object