Creates a new Dialer
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>" }
Dialer to add
The body is of type object.
object
Dialer response
The response is of type object.