Hi team!
I’m trying to test my server endpoint for my app event webhook (unstall, unistall, app_subscription_trial_created, app_subscription_created, etc…).
I entered my server URL endpoint for the “All events” input, in my app “Manage Webhooks” page.
My question is how can I test this endpoint with a mock webhook that will be sent from monday to my server endpoint? I saw there is mock_subscription that I can use, but how should I use that? where/when it will fire the event to my server? and how should I create this mock? I want to test all kinds of subscription event as I mentioned above and more.
Or maybe there is another way to test those cases without this mock?
Many thanks in advanced!