Interested in this feature? Get in touch with your Customer Success Manager.
- 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.| Parameter | Description |
|---|---|
integration_member_id | Your unique reference for the member. Mutually exclusive with member_id. |
member_id | Junction-issued member ID. Mutually exclusive with integration_member_id. |
integration_team_id | Your unique reference for the team. Mutually exclusive with team_id. |
team_id | Junction-issued team ID. Mutually exclusive with integration_team_id. |
modality | feature_embed or link_out. |
feature | Supported feature slug, such as order_creation or team_config. |
environment | sandbox or production. |
Feature Embed flow
Link Out 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, andenvironmentvalues in your own allowlist. - Prefer partner references (
integration_member_idandintegration_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.