OCNORA

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 Post
    Create 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 Post
    Delete one of the authenticated user's own posts.
    twitter.delete_post
  • Get Authenticated User
    Read 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 Post
    Look one post up by id, with whatever fields and expansions you ask for.
    twitter.get_post
  • Get Posts By Ids
    Look up to 100 posts up in one call, by their ids.
    twitter.get_posts
  • Get User By Id
    Look one user up by their numeric id.
    twitter.get_user
  • Get User By Username
    Look one user up by @handle, which is how you turn a handle into an id.
    twitter.get_user_by_username
  • Like Post
    Like a post as the authenticated user. Enterprise plans only since April 2026.
    twitter.like_post
  • List Bookmarks
    One page of the authenticated user's bookmarked posts.
    twitter.list_bookmarks
  • List Liking Users
    One page of the users who liked a post.
    twitter.list_liking_users
  • Post Tweet
    Post a tweet via the X API v2.
    twitter.post_tweet
  • Repost
    Repost (retweet) a post as the authenticated user.
    twitter.retweet_post
  • Search Recent Posts
    Search 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 Message
    Send a direct message to one user, starting the conversation if needed.
    twitter.send_direct_message
  • Send Direct Message To Conversation
    Send a direct message into an existing conversation, including a group DM.
    twitter.send_direct_message_to_conversation
  • Undo Repost
    Take back a repost the authenticated user made.
    twitter.undo_retweet
  • Unlike Post
    Remove the authenticated user's like from a post.
    twitter.unlike_post
  • Upload Media
    Upload an image, GIF or short video and get the media id to attach to a post or a direct message.
    twitter.upload_media

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.