As far as I have read in the documentation for the Apps Framework I cannot find an easy way to test the App Lifecycle Events listed here.
I am aware of the mock subscription API call you can make in an account to set up a mock subscription but how would I test these webhooks? I have set up the URL in my app configuration and setup an endpoint in my app to receive the webhooks. However when creating a mock subscription it doesn’t send anything to my endpoint. I have tested the endpoint otherwise and it is receiving other requests ok.
Maybe there just isn’t a way to actual test these requests coming from monday without actually installing the app in another account? Is that the only solution?
Any help is appreciated here!