cURL
curl --request POST \ --url https://api.sternrockcapital.com/dialer/auto \ --header 'Content-Type: application/json' \ --data ' { "callsPerTurn": 123, "campaignListId": "<string>", "phoneNumberId": "<string>" } '
{ "auto_dialer_id": "<string>" }
Creates a new auto-dialer session for the current user, queuing calls for the specified lead IDs using the user’s assigned phone numbers.
Lead IDs to include in the new auto-dialer session
auto-dialer session created successfully