Cloud Functions
Run server-side logic securely with cloud functions. Use them for tasks that shouldn't run in the browser — sending emails, scheduled jobs, processing sensitive data, and more.
The Cloud Functions panel is currently withdrawn
The editor no longer registers the Cloud Functions or Cloud Services panels, and the /#__cloud__/ sheet is hidden in the Components panel — so the authoring surface described in these guides is not reachable in the current editor. The code paths are intact and nothing has been deleted, but you cannot open the panels.
For backend logic today, author it as a Maths Component and deploy it to the RGS platform, which replaced this workflow. See Editor panels for the full list of what changed.
What you will learn
- How to create and deploy cloud functions
- How to write JavaScript cloud functions
- How to set up email verification flows
- How to monitor with cloud logging
- How to create scheduled jobs
Guides
- Introduction to Cloud Logic — Overview of server-side logic in XGENIA
- JavaScript Cloud Functions — Write custom server-side JavaScript
- Email Verification — Set up user email verification flows
- Logging — Monitor your cloud functions
- Scheduled Jobs — Run functions on a schedule