create_voicememo_message
Create a voice memo message by supplying a transcript, audio file, or links, and optionally assigning to a folder or workspace.
Instructions
Create a VoiceMemo Message. In order to create a VoiceMemo Message, you must provide a transcript or link attachments.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| links | No | Array of links to be attached to the message | |
| folder_id | No | Folder ID (not allowed when workspace_id specified is different from the folder_id) | |
| audio_file | No | Audio file upload on multipart requests. Supported Formats: .mp3, .m4a, .wav, .aac, .ogg, .flac, .wma, .opus, .webm. (Overwrites transcript) | |
| transcript | No | The Message transcript will be used to generate audio using text-to-speech | |
| workspace_id | No | Workspace ID (not allowed when folder_id specified is different from the folder_id) |