Illya Stepanov
Posts: 0
Joined: Mon Mar 18, 2013 8:48 am

I don't know the difference between Webhooks and Server Code - can you succinctly explain the differences in where one i

Webhooks - is a HTTP POST request with callback to some event, for example if you just created a new version of your app service will automatically returns you payload with date, time, app name etc.

You can read more here: https://devcenter.appery.io/documenta...

Server Code - is a script code that can independently be run on a server. Usually used for heavy parts of logic or time consuming requests calls.

Here is a good post: https://blog.appery.io/2015/07/quickl...

Or watch our video here: https://youtu.be/WAsPtU6ndpI?list=PLd...

Return to “Issues”