Dialers
Create Dialer
Creates a new Dialer
POST
/
dialer
/
create
curl --request POST \
--url https://api.precallai.com/api/v1/dialer/create \
--header 'Content-Type: application/json' \
--header 'x-api-key: <api-key>' \
--data '{
"dialer_type": "<string>",
"name": "<string>",
"phone_number": "<string>",
"sid": "<string>",
"auth_token": "<string>"
}'
{
"dialer_type": "<string>",
"name": "<string>",
"phone_number": "<string>",
"sid": "<string>",
"auth_token": "<string>"
}
Authorizations
Body
application/json
Dialer to add
The body is of type object
.
Response
200
application/json
Dialer response
The response is of type object
.
curl --request POST \
--url https://api.precallai.com/api/v1/dialer/create \
--header 'Content-Type: application/json' \
--header 'x-api-key: <api-key>' \
--data '{
"dialer_type": "<string>",
"name": "<string>",
"phone_number": "<string>",
"sid": "<string>",
"auth_token": "<string>"
}'
{
"dialer_type": "<string>",
"name": "<string>",
"phone_number": "<string>",
"sid": "<string>",
"auth_token": "<string>"
}