Fluxyn Docs
Guides

Publishing to Staging and Production

Move from a draft flow to a tested flow and then to live traffic.

  1. Draft the flow.
  2. Publish to staging.
  3. Test with real browser behavior.
  4. Publish to production only when the staging run is correct.

Why staging matters

Staging gives you confidence that:

  • the trigger runs when expected
  • the node order is right
  • the data shape is correct
  • consent or held events behave the way you expect

Before production

Check these four things:

  • the application origin is correct
  • the flow is connected to the correct application
  • the trigger settings are enabled
  • the output or destination has been tested in staging

On this page