# Twitter threads

To create a Twitter thread:

* Create a new post by clicking **+ Add Post**
* Select **Twitter**
* Start typing the first tweet in thread
* Create a new Twitter thread **+ Add to Thread**

<figure><img src="/files/2Golr3pRovOE5Lrdmvkg" alt=""><figcaption></figcaption></figure>

## Create a thread via API

To create a Twitter thread in a single API call, put the first tweet in `content.text` and add the rest of the thread in `content.additionalPosts[]`. Blotato handles reply chaining -- you do not need to capture tweet IDs.

Each entry in `additionalPosts` has its own `text` and `mediaUrls` fields.

See the full payload example in the [API Quickstart](https://help.blotato.com/api/start#post-a-twitter-thread-with-multiple-posts) or the [Publish Post reference](https://help.blotato.com/api/api-reference/publish-post#6.-twitter-thread).

Threads also work for Bluesky and Threads using the same `additionalPosts` field.

For an automated thread workflow (email yourself an idea, AI writes the thread, Blotato posts it), see: [Email to Long Form Thread](/api/templates/2-email-to-long-form-thread.md)


---

# 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://help.blotato.com/tips-and-tricks/twitter-threads.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.
