Tool to create a new message in an existing conversation. Use this to add user messages, bot messages, or other message types to a conversation.
metaobjectOptional metadata object for storing additional custom information about this message.
namestringOptional name associated with this message.
textRequiredstringThe text content of the message to create.
typeRequiredstringThe type of message to create. 'user' for user messages, 'bot' for bot responses, 'context' for contextual information, 'instruction' for instructions, 'backstory' for background information, 'reasoning' for reasoning steps, 'activity' for activity logs.
entitiesarrayOptional array of known entities to associate with this message. Entities are structured data extracted from the message text.
descriptionstringOptional description for this message.
conversationIdRequiredstringThe unique identifier of the conversation to add the message to. Obtain this from list_conversations or when creating a new conversation.
dataRequiredData from the action execution
errorstringError if any occurred during the execution of the action
successfulRequiredbooleanWhether or not the action execution was successful or not
API key connection. Risk level 2 of 5.
Free Action
No published Skills explicitly reference this Action yet.