Monika Kušter

Results 17 comments of Monika Kušter

@kalai4eng, I recommend going with the second option. This approach ensures that users can only select from a predefined list of valid users.

@Brijeshthummar02, please read our [CONTRIBUTING.md](https://github.com/bytechefhq/bytechef/blob/master/CONTRIBUTING.md), especially [this part](https://github.com/bytechefhq/bytechef/blob/master/CONTRIBUTING.md#server-side). New actions should be implemented inside [this](https://github.com/bytechefhq/bytechef/tree/master/server/libs/modules/components/text-helper/src/main/java/com/bytechef/component/text/helper/action) directory. Actions that are already implemented for the TextHelper component may be helpful.

Hey @Brijeshthummar02 . [Here](https://docs.bytechef.io/developing_guide/components/connectors_manual/) is the detailed description of the structure of every component. And finally, to test your action, [here](https://docs.bytechef.io/automation/getting-started/quick-start/) is the guide.

@Brijeshthummar02 any updates?

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...