Creates an empty pool. After creation, populate it with POST /api/v1/pools//contacts and attach it to a campaign with POST /api/v1/campaigns//pools.
Documentation Index
Fetch the complete documentation index at: https://developers.mindhunters.ai/llms.txt
Use this file to discover all available pages before exploring further.
Use a Bearer token to access these API endpoints. Example: "Bearer {your-token}"
Display name. 3-255 characters. Not required to be unique — duplicates are allowed.
3 - 255"VIP customers"
Free-form notes about who's in this pool and why. Required.
"High-value leads, push first"
Processing order strategy. FIFO = pending items dequeued in insertion order (oldest first). LIFO = newest first (good for hot leads). Parallel = up to max_parallel_items processed concurrently, ordered by priority then insertion. Default: FIFO.
FIFO, LIFO, Parallel "FIFO"
Concurrency cap when type='Parallel'. Ignored for FIFO/LIFO. Capped server-side at 100. Default: 10.
1 <= x <= 10010
Pool-level retry ceiling. When a campaign is attached, the rule's max_total_calls takes precedence. Default: 3.
x >= 03
Active flag. Inactive pools are excluded from campaign creation but remain readable via the API. Default: true.
true
Pool created.