Hi community,
I am trying to create a recipe which will look like “When date DATE column changes, do this”.
So I need to be able to select from a list of all the date columns of the board. I think I need to create a custom trigger.
All the example I find are for creating custom triggers for external apps and not monday to monday triggers.
In this context I can not understand what is the role of the subscribe and unsubscribe URLs. I think that these endpoints are called only when the recipe is initialised or removed from a board. What I need is an endpoint which will take the boardid and will return a list of the date columns ids. Do I still need to create these endpoint and what should they return ?
Thanks for your support.