Monika Kušter

Results 17 comments of Monika Kušter

> The implementations for the newReactionAdded and newMessage triggers are functionally identical - the only difference lies in which event the user subscribes to in their Slack App. > >...

> Hey @monikakuster, I can take care of the two remaining GitHub actions. Can you assign issues #1567 and #1568 to me? Thanks :) Yes, sure! Please add a comment...

Hey @MayankMadan97, how about starting with [this](https://github.com/bytechefhq/bytechef/issues/1576) issue first? You've already implemented actions using the Java SDK (Google Drive) and manually (GitHub). There's another method for creating components: we've added...

Hey @sikehish. If you are new to Bytechef, please read our [CONTRIBUTING.md](https://github.com/bytechefhq/bytechef/blob/master/CONTRIBUTING.md) [This part](https://github.com/bytechefhq/bytechef/blob/master/CONTRIBUTING.md#server-side) describes how to create new component or how to add new action or trigger to existing...

The description for the issue has been updated. I believe it’s clearer now. :)

Hey @IbraheemHaseeb7. I updated the desctription for the issue. If you are new to Bytechef, please read our [CONTRIBUTING.md](https://github.com/bytechefhq/bytechef/blob/master/CONTRIBUTING.md) [This part](https://github.com/bytechefhq/bytechef/blob/master/CONTRIBUTING.md#server-side) describes how to create new component or how to...

@vihar-s1, you can use `webhookValidate` method. I had something similar when implementing triggers for the Xero component. You can refer to this example: [XeroUtils.java](https://github.com/bytechefhq/bytechef/blob/master/server/libs/modules/components/xero/src/main/java/com/bytechef/component/xero/util/XeroUtils.java#L239)

Hey @Sanketpatil27. I updated the desctription for the issue. If you are new to Bytechef, please read our [CONTRIBUTING.md](https://github.com/bytechefhq/bytechef/blob/master/CONTRIBUTING.md) [This part](https://github.com/bytechefhq/bytechef/blob/master/CONTRIBUTING.md#server-side) describes how to create new component or how to...

Hey, @kalai4eng welcome to Bytechef :)

> Hey @monikakuster ! quick query ! > > In issue its mentioned as https://developers.nutshell.com/reference/post_accounts for reference API ! Is this a typo instead of https://developers.nutshell.com/reference/post_leads-2 to create Lead ?...