Hi @Janssen,
Thanks for writing in!
Could you share more about what kind of trigger you’d like to set up? and what action should happen as a result?
That’s a good question!
Specifically I want a trigger that fires whenever an item in a particular group is changed. I would think to do this by using webhooks or polling from my server and that seems straightforward enough but I can’t conceive of how this would plug into integrations as such. As far as figuring out custom triggers I’m agnostic what it does, I just think that an example of one implemented would clue me in how they work.
As for the custom action, I’d just be sending the item (either the ID or actual values) to my server.
Look for the built in “any column changes” trigger instead, which already does this.
You cannot trigger custom triggers from monday.com events directly (anymore). You have to programmatically create webhooks with the API that tell your app to then trigger the custom trigger with the item, board, etc the webhook sent you.
You create the webhooks in response to events the custom trigger sends to the “subscribe” url with its configuration when its added to a board. When you change the recipe after creation, the trigger sends you an unsubscribe followed by subscribe and you’ll need to use those to remove old webhooks and create new ones appropriate to the changed configuration.
Thanks for sharing @anon29275264!
@Janssen, let me know if this answers your question 🙂
Yep, this is perfect. @anon29275264 is extremely helpful!
I’m happy to hear it!
Please feel free to write in again if you have any more questions.
I really like the YT webinar below. The author clearly explains everything there 😉
Workflow Blocks webinar | monday.com|Workflow Blocks webinar | monday.com
Thank you for the kind words @MichalJurnik !
Hi @Matias.Monday
wonder if there’s an example of custom trigger with actual output fields being transmitted to the connected action?
Let’s say my custom trigger outputs a simple string, how would go about in my action and use it, let say for updating a text column value?
Hello there @eyalos,
That will really depend on your specific scenario.
Would you be able to please fill this form explaining your scenario and what you would want to achieve so that our team can take a look?