Send a voice note to a group chat

View as Markdown

Accepts a voiceNote URL and forwards it as an attachment to /sendGroupMessage.

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.
groupIdstringRequired
voiceNoteobjectRequired
fromstringOptional
textstringOptional
status_callbackstringOptionalformat: "uri"

Response

Voice note dispatched
okboolean
dataobject

Endpoint-specific payload wrapped in a standard success envelope.

metaobject

Errors

400
Bad Request Error