Hi Dev Community,
I’ve built a custom workflow trigger (“When Time Tracking stops…”) and action. My backend needs to activate the trigger’s specific webhookUrl (saved during subscribe) when a relevant Time Tracking column stops.
To detect this change, I understand I need an app-level webhook listening for change_column_value. How and where exactly in the Developer Center do I configure this app-level webhook subscription to send events to my backend endpoint (e.g., /monday/events)?
Or maybe I’m wrong and it actually happens in a different way?
In conclusion - how to correctly call a custom trigger from Monday and not from another application?
Thanks for pointing me in the right direction!