Overview
What it does
Connect your X (Twitter) account to automate social media workflows, monitor mentions, and engage with your audience programmatically.
Use Cases
- Auto-post content on schedule
- Monitor brand mentions
- Engage with followers
- Analyze tweet performance
Quick Start
1
Add the Connection
Navigate to Connections in your workspace and click Add Connection. Select X from the list.
2
Authorize Access
Click Connect and authorize NimbleBrain to access your X account. You’ll be redirected to X to grant permissions.
3
Start Using
Once connected, X tools will be available in your playbooks and agents. Try asking Nira to “post a tweet” or “check my mentions”.
Available Tools
Tweets
Tweets
| Tool | Description |
|---|---|
X_CREATE_TWEET | Post a new tweet |
X_GET_TWEET | Retrieve a specific tweet |
X_DELETE_TWEET | Delete a tweet |
X_SEARCH_TWEETS | Search for tweets |
Direct Messages
Direct Messages
| Tool | Description |
|---|---|
X_SEND_DM | Send a direct message |
X_GET_DMS | Retrieve direct messages |
Users & Followers
Users & Followers
| Tool | Description |
|---|---|
X_GET_USER | Get user profile information |
X_GET_FOLLOWERS | List followers |
X_GET_FOLLOWING | List accounts being followed |
X_FOLLOW_USER | Follow a user |
X_UNFOLLOW_USER | Unfollow a user |
Lists
Lists
| Tool | Description |
|---|---|
X_GET_LISTS | Get your lists |
X_GET_LIST_MEMBERS | Get members of a list |
Example Workflows
- Post Content
- Monitor Mentions
- Engage with Followers
Prompt: “Post a tweet about our new product launch”Nira will use
X_CREATE_TWEET to post the content to your connected X account.Authentication
X uses OAuth 2.0 for authentication. When you connect, you’ll authorize NimbleBrain to:- Read your tweets and profile
- Post tweets on your behalf
- Access direct messages
- Manage your following/followers
Troubleshooting
Connection failed
Connection failed
Ensure you’re logged into the correct X account. Try disconnecting and reconnecting.
Rate limit errors
Rate limit errors
X has strict rate limits. Wait 15 minutes and try again, or reduce request frequency.
Permission denied
Permission denied
Some actions require elevated API access. Contact support if you need enhanced permissions.