how to disable voice mail detection in a workflow
# support
v
To disable voicemail detection in your workflow, set the
voicemailDetection
field to
null
or simply omit it in your assistant configuration. For example:
Copy code
json
{
  // ... other assistant config ...
  "voicemailDetection": null
}
This will turn off voicemail detection for calls handled by this assistant. Reference: [Vapi documentation](https://docs.vapi.ai/api-reference/assistants/create-assistant) Source: - [Vapi documentation: Create Assistant](https://docs.vapi.ai/api-reference/assistants/create-assistant)
h
@User @User im using workflow not assistant
k
Set voicemailDetectionEnabled: false in your workflow config to disable voicemail detection..
h
Copy code
{
  "message": [
    "property voicemailDetectionEnabled should not exist"
  ],
  "error": "Bad Request",
  "statusCode": 400
}
c
Hey! To help track down this issue, could you share: - The call ID - This would really help us figure out what went wrong!
2 Views