{
"leadId": "<string>",
"name": "<string>",
"phoneNumber": "<string>"
}{
"leadId": "<string>",
"name": "<string>",
"phoneNumber": "<string>"
}{
"leads": [
{
"leadId": "b2c3d4e5-f6a7-8901-2345-67890abcdef0",
"name": "John Doe",
"phoneNumber": "+15551234567"
},
{
"leadId": "c3d4e5f6-a7b8-9012-3456-7890abcdef01",
"name": "Jane Smith",
"phoneNumber": "+15557654321"
}
]
}Notifications channel for a specific autodialer session.
{
"leadId": "<string>",
"name": "<string>",
"phoneNumber": "<string>"
}{
"leadId": "<string>",
"name": "<string>",
"phoneNumber": "<string>"
}{
"leads": [
{
"leadId": "b2c3d4e5-f6a7-8901-2345-67890abcdef0",
"name": "John Doe",
"phoneNumber": "+15551234567"
},
{
"leadId": "c3d4e5f6-a7b8-9012-3456-7890abcdef01",
"name": "Jane Smith",
"phoneNumber": "+15557654321"
}
]
}Notifies the UI that a call from the Auto Dialer has answered the call.
event name: call-answered
Notifies the UI that a call that was in session has ended.
event name: call-ended
Notifies subscribers about a new set of leads available for the current
round in the specified autodialer session.
event name: new-round-leads