curl --request POST \
--url https://api.cleartalk.ai/custom-dialing-pools \
--header 'Content-Type: application/json' \
--header 'x-api-key: <api-key>' \
--data '
{
"phone_numbers": [
"+12345678901",
"+19876543210"
],
"pool_name": "East Coast Pool"
}
'curl --request POST \
--url https://api.cleartalk.ai/custom-dialing-pools \
--header 'Content-Type: application/json' \
--header 'x-api-key: <api-key>' \
--data '
{
"phone_numbers": [
"+12345678901",
"+19876543210"
],
"pool_name": "East Coast Pool"
}
'API Key for authentication
Custom dialing pool created successfully