Update an existing custom dialing pool
Custom Dialing Pools
Update an existing custom dialing pool
POST
Update an existing custom dialing pool
Documentation Index
Fetch the complete documentation index at: https://docs.cleartalk.ai/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
API Key for authentication
Path Parameters
Body
application/json
Array of phone numbers to replace the existing numbers in the pool. All numbers must be valid US phone numbers with +1 prefix.
Example:
[
"+12345678901",
"+19876543210",
"+15551234567"
]Name for the custom dialing pool
Example:
"East Coast Pool Updated"
Response
200
Custom dialing pool updated successfully
