Custom Dialing Pools
Create Custom Dialing Pool
Create a new custom dialing pool with phone numbers for optimized call routing.
POST
Documentation Index
Fetch the complete documentation index at: https://docs.bland.ai/llms.txt
Use this file to discover all available pages before exploring further.
Enterprise Feature - Custom dialing is only available on Enterprise plans. Contact your Bland representative for access.
Headers
Your API key for authentication.
Body
Array of phone numbers to include in the pool. All numbers must be valid US phone numbers with +1 prefix.Format: Each phone number must be exactly 12 characters:
+1 followed by 10 digits.Example: ["+12345678901", "+19876543210"]Optional UUID of Twilio credentials to associate with this pool. If provided, must be valid credentials that belong to your account.Format: UUID format (e.g.,
550e8400-e29b-41d4-a716-446655440000)Learn more about BYOT here.Response
Can be
success or error.The created custom dialing pool object (present only if status is
success).Array of error objects (present only if status is
error).Usage with Calls
Once you’ve created a custom dialing pool, you can use it in your call requests by specifying thecustom_dialing parameter: