# X (Twitter) Botize app — id `twitter`. Official site: https://x.com. X is a microblogging and social networking service on which users post and interact with messages known as tweets. Botize automates tasks between this app and 200+ other services. A task is one trigger followed by one or more actions. ## Account Requires connecting a X (Twitter) account in Botize. The user links it once and Botize stores the credentials; an assistant never handles them. - Connect: https://botize.com/en/app/twitter/authenticate ## Triggers (9) The event that starts the task. Exactly one per task. - `get_dm` — Get the next new direct message (DM) https://botize.com/en/method/twitter/get_dm.md - `home_timeline` — Get the next new post from my timeline https://botize.com/en/method/twitter/home_timeline.md - `likes_from_me` — Get the next new liked post https://botize.com/en/method/twitter/likes_from_me.md - `mention` — Get the next new mention to you https://botize.com/en/method/twitter/mention.md - `newfollowers` — Get the next new follower https://botize.com/en/method/twitter/newfollowers.md - `newfollowers_from_user` — Get the next new follower from a user https://botize.com/en/method/twitter/newfollowers_from_user.md - `trending` — Get the next new trending topic https://botize.com/en/method/twitter/trending.md - `tweets_from_user` — Get the next new post from a user https://botize.com/en/method/twitter/tweets_from_user.md - `twitter_search` — Get the next new post from a search https://botize.com/en/method/twitter/twitter_search.md ## Actions (17) What happens next. A task can chain several. - `all_tweets_from_user` — Get a list of posts from a user https://botize.com/en/method/twitter/all_tweets_from_user.md - `delete_welcome_message` — Delete a Welcome Message https://botize.com/en/method/twitter/delete_welcome_message.md - `favorite` — Give a like to a post https://botize.com/en/method/twitter/favorite.md - `follow` — Follow a user https://botize.com/en/method/twitter/follow.md - `follows_me` — Get relationship info with a user https://botize.com/en/method/twitter/follows_me.md - `get_users_by_ids` — Get users from User IDs https://botize.com/en/method/twitter/get_users_by_ids.md - `new_welcome_message` — Create a new Welcome Message https://botize.com/en/method/twitter/new_welcome_message.md - `post_dm` — Send a direct message (DM) https://botize.com/en/method/twitter/post_dm.md - `profile` — Get my profile information https://botize.com/en/method/twitter/profile.md - `quote_a_tweet` — Quote a post https://botize.com/en/method/twitter/quote_a_tweet.md - `reply_a_tweet` — Reply a post https://botize.com/en/method/twitter/reply_a_tweet.md - `retweet` — Repost a post https://botize.com/en/method/twitter/retweet.md - `tweet_from_id` — Get a post from its Id https://botize.com/en/method/twitter/tweet_from_id.md - `tweet_from_url` — Get a post from its URL https://botize.com/en/method/twitter/tweet_from_url.md - `update_with_media` — Publish a post https://botize.com/en/method/twitter/update_with_media.md - `user_profile` — Get user's profile https://botize.com/en/method/twitter/user_profile.md - `welcome_message_list` — Get a list of Welcome Message https://botize.com/en/method/twitter/welcome_message_list.md ## How to build this An AI assistant (Claude, ChatGPT, Cursor…) can create and edit these tasks in the user's account through the Botize MCP connector, included in every plan: https://webhook.botize.es/mcp - Connection guide: https://botize.com/en/mcp - Agent map: https://botize.com/llms.txt - New account: https://botize.com/en/join (500 free operations, no card) --- Machine-readable summary for AI assistants. Human version: https://botize.com/en/app/twitter