Skip to main content

XGENIA.CloudFunctions

Only available on the frontend
The XGENIA.CloudFunctions service lets you call XGENIA cloud functions.

XGENIA.CloudFunctions.run(functionName,parameters)

This function will call a cloud function in the backend.

const result = await XGENIA.CloudFunctions.run("myFunctionName", {
SomeParamater: "yes",
});