I am planning to build an app with integration feature. For my feature I need to build a custom trigger. Generally developer would need to store webhook id for subscribe event to a external db, so how can we manage that when working/deploying solely on monday code?
One easy way is to use Monday Code SecureStorage, or Monday Code Storage with { shared: false } for added security and control.
This lets you store the webhook data needed for your event subscriptions right within Monday Code, so you don’t need to worry about managing an external database.
Remember to store your webhookUrl so you can trigger your custom action whenever needed.