create_conversation_message
Send messages to existing Carbon Voice conversations using text-to-speech transcripts or attachments, with options for threaded replies and link sharing.
Instructions
Sends a message to an existing conversation or any type with a conversation_id. To reply as a thread, included a message_id for "parent_id". You must provide a transcript or attachment.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | ||
| transcript | No | The Message transcript will be used to generate audio using text-to-speech | |
| links | No | Array of links to be attached to the message | |
| from_message_type | No | From Message type | NewMessage |
| from_message_id | No | Message ID to be used as a base for the new message. (Optional only when from_message_type is NewMessage) |