Webhook from External POST

thomas wrote:

I have try with the function Route_Action($app){ } also which form a url “mysite/webhook” but it is not working.

arbei wrote:

Always post your code for discussion.

arbei wrote:

If you send the request from browser, > check the HTTP response > in your browser.

Post the Request URL you see in your browser, compare it with the URL you defined in your Route_Action event.Be also reminded that if you have enabled Use route cache:
When you deploy new versions of your scripts (for example, after adding or deleting a table) to production, you must delete the generated file (//cache/RouteCache.php) to ensure that the cache will be re-compiled.