> For the complete documentation index, see [llms.txt](https://docs.flexy.bot/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.flexy.bot/modules/openai/steps/create-message.md).

# Create Message

**Introduction**

The "Create Message" step allows you to create a new message within a specific OpenAI thread. This step is useful for posting content to an ongoing conversation thread via the OpenAI API.

**Configuration**

* **Connection**: Specifies the OpenAI connection to use for sending the message. This parameter is required.
* **Thread ID**: The ID of the OpenAI thread where the message will be posted. This parameter is required.
* **Content**: The content of the message to be posted in the thread. This parameter is required and supports multiline text.

**Outputs**

* **Message ID**: The ID of the message that was created within the OpenAI thread. This output can be used for subsequent actions involving the message.
