eavz
Twitter (X)

Twitter (X)

Social media platform for posting, searching, and engaging with tweets

10 actions
3 triggers

Actions

Name
create_tweet

Post a new tweet

search_tweets

Search for tweets using a query

get_tweet

Get a tweet by ID

get_user

Get a user by username

get_timeline

Get tweets from a user timeline

like_tweet

Like a tweet

retweet

Retweet a tweet

send_dm

Send a direct message to a user

list_followers

List followers of a user

custom_api_call

Make a custom API call to the Twitter API v2

Triggers

Name
new_mention

Triggers when the user is mentioned in a tweet

new_follower

Triggers when a new user follows you

new_dm

Triggers when a new direct message is received

Quick Start

TypeScript
import { WeavzClient } from '@weavz/sdk'

const weavz = new WeavzClient({ apiKey: 'wvz_...' })

const result = await weavz.actions.execute({
  integrationName: 'twitter',
  actionName: 'create_tweet',
  input: { /* ... */ },
  connectionId: 'conn_id',
  workspaceId: 'ws_id',
})

Related Integrations

Works well with

Frequently Asked Questions

How do I connect Twitter (X) to my app?

Use Weavz Hosted Connect for OAuth2 authentication. Install the SDK, create a connection through the connect portal or API, then execute actions programmatically.

What actions does Twitter (X) support?

Twitter (X) supports 10 actions including Create Tweet, Search Tweets, Get Tweet, Get User, Get User Timeline, and more.

Can I use Twitter (X) with AI agents?

Yes. Add Twitter (X) to an MCP server in TOOLS mode or CODE mode. CODE mode provides 80-98% context reduction with 3 meta-tools for efficient agent access.

What authentication does Twitter (X) use?

Twitter (X) uses OAuth2. Weavz handles token management, refresh, and secure credential storage automatically.

How much does the Twitter (X) integration cost?

The Twitter (X) integration is included on all Weavz plans including the free tier with 1,000 actions per month. No credit card required.

What triggers does Twitter (X) support?

Twitter (X) supports 3 triggers including New Mention, New Follower, New Direct Message.

Connect Twitter (X) in 2 minutes

Get 1,000 free actions every month. No credit card required.