Post install redirect after installation

Hi! I’m having a problem with Forge. My application redirects to the marketplace, and I want to get information about the installationID or something similar. Is it possible to redirect the user to my website with any parameters (e.g., userid, installationid, etc.)? If so, please help me resolve this issue. Thank you!

1 Like

Hey @SergeyDrynkin,

Once an app is installed, you’ll be able to direct customers to a Configure or Getting Started page within your Forge app.

If you have a need to store the installationId externally, you can utilise Forge Remote with the Installation lifecycle event to distribute this data to a remote service when an app is installed.

Thank you @SeanBourke !
After redirecting user to the “Getting Started” page, i can display a button or link directing them to my website to continue the integration process. Yes?

The Getting Started or Configure Pages are both rendered pages, so you can provide any interactions achievable with Custom UI or UI Kit from these.

1 Like