Skip to main content

Interested in this feature? Get in touch with your Customer Success Manager.
Fast Launch lets your client-side application open a Junction feature without first asking your backend to create a dashboard URL. When Junction detects an existing compatible session, it routes directly to the requested feature. If it cannot reuse a session, it redirects to your session continuation URL, where your application creates a new dashboard URL. Use Fast Launch when:
  • you embed Junction features in iframes; and
  • users often move between parts of your app that embed different Junction features.

Fast Launch URL

Use your partner integration slug as the subdomain.
You can identify the target member and team with either partner references or Junction IDs.

Feature Embed flow

For Link Out, open the same Fast Launch URL in a top-level browser context. If Junction can reuse the session, it routes immediately. Otherwise, it redirects the browser to your session continuation URL before returning to Junction with a new post-authorization URL.

Implementation notes

  • Keep the feature, modality, and environment values in your own allowlist.
  • Prefer partner references (integration_member_id and integration_team_id) when they are already available in your client runtime.
  • Your session continuation endpoint must validate the current partner session before creating the dashboard URL.