Audio Message
Send Messages (Via Id)
Audio Message
Send a audio message to a specific contact within a workspace.
POST
Audio Message
This endpoint allows you to send an audio message to a contact. You can provide the audio in two ways:
- Audio URL: Pass the audio URL in the request body.
- Uploaded File: Send the audio as a file using
multipart/form-data.
File Field Requirements
- file:
- Required
- Allowed MIME types:
aac,amr,mp3,m4a,ogg - Maximum size: 16 MB (
max:16384KB)
Request Options
-
Audio URL Example (JSON):
-
Uploaded File Example (multipart/form-data):
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
ID of the workspace.
ID of the contact.
Body
application/json
Message sending parameters.
Audio URL.