---
title: "Drop a voicemail"
method: POST
path: "/dropVoicemail"
---

# Drop a voicemail

`POST /dropVoicemail`

Sends an automated voicemail to the specified phone number

## Request body

- object
  - `phoneNumber` string, required — Phone number in E.164 format (e.g., +18768828822)
  - `message` string, required — The voicemail message to be delivered
  - `callbackNumber` string, required — Callback phone number in E.164 format
  - `voiceGender` 'male' | 'female' — Gender of the voice to use for the voicemail

## Response `200`

Voicemail sent successfully

- object
  - `message` string

## Other responses

- `400` — Invalid phone number format or missing required fields
- `500` — Failed to deliver voicemail

---

[API](https://skmtc.net/collectwise/apis/collectwise-api.md) · [All operations](https://skmtc.net/collectwise/apis/collectwise-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/collectwise/collectwise-api/versions/a44939a1402b/schema)
