bytechef icon indicating copy to clipboard operation
bytechef copied to clipboard

[component] X (Formerly Twitter)

Open monikakuster opened this issue 1 month ago • 1 comments

As a Workflow Developer I want to be able to use the native X connector So that I can implement more complex integration use cases where the connector is involved.

Website: Documentation:

Acceptance Criteria

List of implemented actions:

  • [x] create post
  • [x] delete post
  • [x] like post
  • [x] repost post
  • [x] send direct message

List of implemented triggers:

  • [ ] new post

Definition of Done:

  • [x] Unit/Integration tests
  • [x] Documentation
  • [ ] Documentation for authorization

monikakuster avatar Nov 03 '25 13:11 monikakuster

Actions such as "Post" and "Send Direct Message" have not been tested because these endpoints are not available with free access to X's v2 API.

Additionally, the trigger was not tested due to rate limiting: with free access, only 1 request is allowed every 15 minutes, while this trigger is configured to poll every 5 minutes. This makes it impractical to test the trigger functionality under the current access limitations.

monikakuster avatar Nov 07 '25 12:11 monikakuster