X (Twitter)
Chat & messagingBearer tokencredential probe
Post tweets via the X API v2 (Bearer token).
OCNORA ships 18 typed X (Twitter) operations. Each node has a schema-driven form, input and output tables beside its settings, and is pre-flighted by Workflow Health before your first real run. Anything not covered by a typed node reaches https://api.twitter.com/2 through the HTTP node with the same credential.
Operations 18
- Create PostCreate a post with media, a poll, a quote or a reply. The original twitter.post_tweet node stays for text-only posts.twitter.create_post
- Delete PostDelete one of the authenticated user's own posts.twitter.delete_post
- Get Authenticated UserRead the account the connection's token belongs to. The usual first step: its 'id' is what the like, repost and bookmark nodes need.twitter.get_me
- Get PostLook one post up by id, with whatever fields and expansions you ask for.twitter.get_post
- Get Posts By IdsLook up to 100 posts up in one call, by their ids.twitter.get_posts
- Get User By IdLook one user up by their numeric id.twitter.get_user
- Get User By UsernameLook one user up by @handle, which is how you turn a handle into an id.twitter.get_user_by_username
- Like PostLike a post as the authenticated user. Enterprise plans only since April 2026.twitter.like_post
- List BookmarksOne page of the authenticated user's bookmarked posts.twitter.list_bookmarks
- List Liking UsersOne page of the users who liked a post.twitter.list_liking_users
- Post TweetPost a tweet via the X API v2.twitter.post_tweet
- RepostRepost (retweet) a post as the authenticated user.twitter.retweet_post
- Search Recent PostsSearch public posts from the last 7 days. Needs a paid X plan — this is the endpoint a free or metered account most often cannot call.twitter.search_recent
- Send Direct MessageSend a direct message to one user, starting the conversation if needed.twitter.send_direct_message
- Send Direct Message To ConversationSend a direct message into an existing conversation, including a group DM.twitter.send_direct_message_to_conversation
- Undo RepostTake back a repost the authenticated user made.twitter.undo_retweet
- Unlike PostRemove the authenticated user's like from a post.twitter.unlike_post
- Upload MediaUpload an image, GIF or short video and get the media id to attach to a post or a direct message.twitter.upload_media
More in Chat & messaging
Run your first X (Twitter) workflow today.
Create a free workspace, add the connection, pick a template or describe the workflow to Build with AI. Workflow Health checks it before it runs.