create_conversation_message
Send messages to existing conversations in Carbon Voice by providing a transcript, links, or attachments. Use a conversation ID and optionally specify a parent ID to thread messages for organized communication.
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 |
---|---|---|---|
from_message_id | No | Message ID to be used as a base for the new message. (Optional only when from_message_type is NewMessage) | |
from_message_type | No | From Message type | NewMessage |
id | Yes | ||
links | No | Array of links to be attached to the message | |
transcript | No | The Message transcript will be used to generate audio using text-to-speech |