I haven’t configured any voicemail detection yet because I’m using a Brazilian telephony service connected via SIP Trunk.
However, the JSON payload I’m currently using to initiate the calls is as follows:
{
"assistantId": "ae7c1de0-ce61-4ac5-b686-58ed9673e0d1",
"customer": {
"number": "46751255{{ $('Google Sheets').item.json.telefone }}",
"numberE164CheckEnabled": false
},
"phoneNumberId": "65a11ca0-eb80-4bab-ab06-cdb777f45bc5",
"assistantOverrides": {
"variableValues": {
"nome": "{{ $('Google Sheets').item.json.nome }}",
"fone1": "{{ $('Google Sheets').item.json.telefone }}",
"cnpj": "{{ $('Google Sheets').item.json.cnpj }}",
"cnpjota": "{{ $json.message.content }}",
"rownumber": "{{ $('Google Sheets').item.json.row_number }}",
"e-mail": "{{ $('Google Sheets').item.json.email }}"
}
}
}