Build & Launch
Open flows intentionally, pass the right identity, and make the launch path reliable.
- Last reviewed
Build & Launch
Once the widget or embed is installed, the next job is operational: open the right thing, at the right time, with the right context.
This section focuses on the parts that usually break first:
- opening flows before the widget is ready
- missing identity when a flow expects it
- stale IDs or wrong environment wiring
- auth failures that only appear outside local testing
In this section
Open flows intentionally, pass the right identity, and fix the common launch-path failures.
Open a Survey
Trigger flows intentionally from the SDK, React hooks, or the loader global API.
Read page
Pass Identity & Context
Send the right identifiers before opening a flow so responses land in the right place.
Read page
Troubleshooting Launch Issues
Check readiness, IDs, identity, and auth first when a launch path fails.
Read page