Send a voice note to an individual recipient

View as Markdown

Accepts a voiceNote URL and forwards it as an attachment to /sendIndividualMessage. The Mac agent converts common audio formats to .caf for native iMessage voice note bubbles.

Authentication

X-App-Idstring

Your MessageBlue App ID, sent in clear on every request. It is paired with request signing: each request is also signed with your App Secret (see the Authentication tag). The App Secret itself is NEVER transmitted — it is only the HMAC signing key.

Headers

Idempotency-KeystringOptional

Request

This endpoint expects an object.
tostringRequired
voiceNoteobjectRequired
fromstringOptional
textstringOptional
Optional caption sent with the voice note
status_callbackstringOptionalformat: "uri"

Response

Voice note dispatched
okboolean
dataobject

Endpoint-specific payload wrapped in a standard success envelope.

metaobject

Errors

400
Bad Request Error