Enterprise Feature - Custom dialing is only available on Enterprise plans. Contact your Bland representative for access.
Headers
Your API key for authentication.
Path Parameters
The unique identifier of the custom dialing pool to update.Format: UUID format (e.g.,
550e8400-e29b-41d4-a716-446655440000
)Body
Array of phone numbers to replace the existing numbers 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"]
This will completely replace all existing phone numbers in the pool. Any numbers not included in this array will be removed.
Optional UUID of Twilio credentials to associate with this pool. If provided, must be valid credentials that belong to your account. To remove credentials, pass
null
.Format: UUID format (e.g., 550e8400-e29b-41d4-a716-446655440000
) or null
Learn more about BYOT here.Response
Can be
success
or error
.The updated custom dialing pool object (present only if status is
success
).Array of error objects (present only if status is
error
).Removing Credentials
To remove Twilio credentials from a pool, setencrypted_key
to null
: