Publish text, image, and video posts to X / Twitter.
API overview
X publishing in Postova is optimized for standard post creation with media attachments and uses the usual OAuth write scopes.
Use cases
- Publish short text updates with or without media.
- Attach images or videos to a social post.
- Use one connected account for recurring publishing workflows.
When to use
- When the content is a standard social post with text and optional media.
When not to use
- When you need provider-specific metadata fields or long-form video publishing.
Examples
Text post with media
Publish a simple X post with an image attachment.
How to post
- Connect an X account with write access.
- Create the post content and any attached media.
- Publish to the connected X account.
Authentication
Default scopes
tweet.read, tweet.write, users.read, media.write, offline.access
- text
- image
- video
- Supports text, image, and video publishing.
Settings
No provider-specific settings are exposed today.
Common errors
- Write permission missing: The X account is connected without the necessary write scopes. Fix: Reconnect the account with the full publishing scopes.
Constraints
- No provider-specific publishing settings are currently exposed.
Notes
- Uses the standard X OAuth scopes including offline access.
Last modified on June 14, 2026