App()
macro. With CSML Apps, you can integrate your own business logic, on your own servers, in your language of choice.Fn()
notation for calling Apps (formerly called Functions) in your CSML code has been replaced by the newer App()
built-in as of CSML v1.5. Both notations will continue to work until CSML v2 is released, but this documentation will only reference the new App()
usage from now on.App
on CSML StudioApp
runtime is already done for you, which means that you can easily import functions in java, python, nodejs, go... without any additional setup, simply by uploading your code and calling the function in your CSML script.App
callsfn_endpoint
.App
is called, a HTTP POST request will be performed to the provided fn_endpoint
with the following payload:Null
value.