Code
Serverless functions — the extensibility point of Norbix.
Last updated
Serverless functions — the extensibility point of Norbix.
The Code module runs your custom backend logic as serverless functions — validation, integrations, data transforms, business rules — invoked from HTTP calls, module events (triggers), or schedules. It is the extensibility point of Norbix: when a built-in module is not enough, you write a function.

Before the module is enabled, /projects/<project>/code shows the Norbix Code enable screen. It lists what you get — run custom code on your backend, connect your own cloud provider (AWS Lambda, Azure Functions, Google Cloud Functions), functions that run with your project permissions — and one Enable module action. Enabling redirects you to the Functions list.
Once enabled, the module has four areas:
Functions — the project's serverless functions (id prefix cf_).
Marketplace — a catalog of vendor connectors (Slack, Salesforce, CRMs, ERPs) and Norbix built-ins, exposed as ordinary callable functions.
Integrations — the serverless providers your functions run on: AWS Lambda, Azure Functions, Google Cloud Functions.
Settings — disable the module.
Code in the SDK reference.
Endpoints: Code.
Last updated