---
title: "Enable Voicemail Mode"
method: POST
path: "/developer/voicemail-mode/enable"
tags: ["Developer", "Developer - Settings"]
---

# Enable Voicemail Mode

`POST /developer/voicemail-mode/enable`

Enable voicemail mode for the customer.
When enabled, all inbound calls will go straight to Twilio voicemail.
Also redirects all Twilio phone number webhooks to our handler so the
voicemail TwiML is returned even for Vapi-platform numbers.

## Response `200`

Successful Response

- VoicemailModeStatusResponse — Response with customer's voicemail mode status
  - `customer_id` string, uuid, required — The customer ID
  - `voicemail_mode` boolean, required — Whether voicemail mode is currently enabled

---

[API](https://skmtc.dev/openintake/apis/fastapi.md) · [All operations](https://skmtc.dev/openintake/apis/fastapi/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/openintake/fastapi/revisions/4a81645b59f6/schema)
