Skip to Content
Nodesapp_start

app_start

app_start nodes define the entry point for an app. This node can only be the first in the node flow.

Summary

  • Placement: Entry only (required at the start of every app).
  • Context: Client apps and backend apps.
  • Visual: No.
  • Level: Easy.
  • Purpose: Launch the experience and enforce gates before users or automations continue.
App start node
  • Specify which page or logic node runs first when the app launches.
  • Configure gating logic such as authentication requirements, deep-link parameters, or minimum client versions.
  • Expose analytics metadata (campaign, app, locale) so downstream systems can attribute sessions correctly.
Last updated on