Skip to content

Using Globals in Server Connect

Use Globals in Server Connect to manage shared project settings such as database connections, security providers, mailer settings, and other reusable server-side configuration.

Back to App Connect Flows
Using Globals in Server Connect

Use Globals in Server Connect to manage shared project settings such as database connections, security providers, mailer settings, and other reusable server-side configuration.

Use this bridge when you need the shared settings layer behind many real Server Connect actions. Globals is where project-wide configuration lives: database connections, security providers, mailer settings, and the other reusable pieces your actions depend on.

Treat it as the server-side foundation. Configure shared resources here once, then reuse them across API actions instead of redefining them per endpoint.

Start here
Continue with recipes
Go to