[component] X (Formerly Twitter)
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
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.