Server Connect Editor: Inputs (hub)
Start here for inputs in the Server Connect Editor: URL ($_GET/$_PARAM), POST body ($_POST), and session/cookies.
Inputs in a Server Connect Action
Section titled “Inputs in a Server Connect Action”Choose an inputs topic. Inputs are the data your action receives (URL, body, session/cookies) and are available to bind in step properties as $_GET, $_PARAM, $_POST, $_SESSION, and $_COOKIE.
Inputs topics
Section titled “Inputs topics”Related tours
Server Connect Actions: URL inputs (GET + Param)
Understand URL inputs in Server Connect: query string ($_GET) and path params ($_PARAM), plus how to test them reliably.
Server Connect Actions: Body inputs (POST)
Understand POST body inputs (form fields and JSON), how to define them, validate them, and bind them safely.
Server Connect Actions: Session & Cookie inputs
Understand session vs cookie data, how they relate to login/auth, and how to use them as inputs in actions.
Properties & inputs
How to configure steps using the Properties panel, including expressions, pickers, and common patterns.
Go to
Wappler Docs Index
Browse Wappler tours by topic and jump into areas like Why Wappler, Learning the Basics, and Wappler's UI.
Server Connect Editor
Overview and deep dives for the dedicated Server Connect Actions editor: panels, adding steps, action structure, and properties.
Server Connect Actions
Start here for Server Connect Actions (Workflows > Server Connect Actions): manager overview, a guided path, a first action, editor deep dives, and recipes & patterns.