I was wondering whether it’s possible to test a webhook without deploying the app first? When I try to invoke my workflow that triggers the webhook I get the message:
“Warnings”: “Warning: App version 1.001449, which is the latest version, is not marked deployable so the web hook is not being invoked. This web hook would have been posted to ‘’.”
Thanks, I did try that, but the result didn’t seem to make any sense. My webhooks calls an API to retrieve and save a file, and the result Appsheet shows is just an empty table. But I can assume that the webhook is actually fired?