Skip to content

Drop Session Voicemail

POST
/dialer/sessions/calls/drop-voicemail

*** REACHES A REAL PERSON. *** Leaves a voicemail on their phone.

The recording is played in the rep’s CLONED VOICE and the call is then hung up with disposition voicemail. The person hears it; there is no undo, and a wrong call_id leaves the message on the wrong stranger’s phone.

Tiered external, not write: it reaches a human outside graph8.

Authorizations

Parameters

Header Parameters

X-Target-Org-Id
Any of:
string

Request Body required

Mirrors DialerVoicemailDrop.

LEAVES A REAL VOICEMAIL on a real person’s phone in the rep’s cloned voice, then hangs up.

object
call_id
required
string
session_id
required
string

Responses

200

Successful Response

object
data
required

An open envelope for one dialer result.

Open because voice owns the shape of a session, a call stub and a queue stat, and it grows them without a contract bump here. A dropped field would otherwise turn an added upstream field into a removed public one.

object
key
additional properties
any
pagination
Any of:
object
has_next
required

Whether there are more pages

boolean
limit
required

Items per page

integer
next_cursor
Any of:
string
page
required

Current page number (1-indexed)

integer
total
required

Total number of items

integer

422

Validation Error

object
detail
Array<object>
object
loc
required
Array
msg
required
string
type
required
string