# Automate Blog/Newsletter to X (Twitter) Articles

**Use case:** 

Instantly repurpose and publish your blog posts or newsletters directly to X (Twitter) long-form Articles. Save time and reach more readers.

## Input

```json
{
  "cookie": "auth_token=xxxx; ct0=xxxx;",
  "title": "Weekly Newsletter Issue #1",
  "markdown": "## Welcome to the Weekly Newsletter!\n\nHere are the top tech insights of the week...\n\n_Subscribe for more._ ",
  "visibility": "Public"
}
```

## Output

```json
{
  "article_id": {
    "label": "Article ID",
    "format": "string"
  },
  "tweet_id": {
    "label": "Tweet ID",
    "format": "string"
  }
}
```

## About this Actor

This example demonstrates how to use [Markdown to X (Twitter) Article Publisher 2026](https://apify.com/fastcrawler/markdown-to-x-twitter-article-publisher-2026) with a specific input configuration. Visit the [Actor detail page](https://apify.com/fastcrawler/markdown-to-x-twitter-article-publisher-2026) to learn more, explore other use cases, and run it yourself.