curl --request POST \
--url https://api.cleartalk.ai/custom-dialing-pools/{poolId}/update \
--header 'Content-Type: application/json' \
--header 'x-api-key: <api-key>' \
--data '
{
"phone_numbers": [
"+12345678901",
"+19876543210",
"+15551234567"
],
"pool_name": "East Coast Pool Updated"
}
'curl --request POST \
--url https://api.cleartalk.ai/custom-dialing-pools/{poolId}/update \
--header 'Content-Type: application/json' \
--header 'x-api-key: <api-key>' \
--data '
{
"phone_numbers": [
"+12345678901",
"+19876543210",
"+15551234567"
],
"pool_name": "East Coast Pool Updated"
}
'API Key for authentication
Array of phone numbers to replace the existing numbers in the pool. All numbers must be valid US phone numbers with +1 prefix.
[
"+12345678901",
"+19876543210",
"+15551234567"
]Name for the custom dialing pool
"East Coast Pool Updated"
Custom dialing pool updated successfully