Skip to main content

Uniphore Customer Portal

Request
curl --location --request POST 'host/contacts/voice/bulk' \
--header 'Content-Type: application/json' \
--data-raw '{
    "filePath":"C:\\Users\\ajaysingh\\Desktop\\test1.csv",
    "noOfCalls":"10"
}'