cURL
curl --request PUT \ --url https://api.sternrockcapital.com/dialer/auto/{sessionId} \ --header 'Content-Type: application/json' \ --data ' { "callsPerTurn": 1 } '
{ "message": "<string>" }
Updates the session settings (such as calls per turn) for the auto-dialer session identified by sessionId.
UUID of the auto-dialer session
Session update options
auto-dialer session updated successfully