Cleverize
06/25/2025, 7:41 AMPraveen Nair
06/26/2025, 6:03 PMHangup
node as soon as a voicemail is detected.
Here’s a basic setup:
json
{
"voicemailDetection": {
"provider": "twilio",
"enabled": true,
"voicemailDetectionTypes": [
"machine_start",
"machine_end_beep",
"unknown"
],
"machineDetectionTimeout": 15
}
}
In your workflow:
- Add Hangup
right after voicemail detection is confirmed, ensuring no message is left.
For more information on configuring voicemail settings, you can refer to the [Voice Mail Detection — Vapi](https://docs.vapi.ai/documentation/advanced-concepts/calls/voice-mail-detection). This will help you set up an efficient call flow that suits your needs.