# 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.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.flexy.bot/modules/openai/steps/create-message.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
