Deep Links
Duda supports deep links to the App Store from outside the platform.
Potential use cases
- Send users to the app's iframe from transactional communications (email, SMS, etc.)
- Send users to upgrade the app
- Sending users to install the app on a site
Setting the domain
Please note that since Duda allows the agencies to white-label the editor, the domain is different for each agency.
You can get the domain for each site using GET Branding API, under dashboard_domain
Links formats
- Open the iframe: https://{dashboard_domain}/home/site/{siten_name}?appstore&appId={app_uuid}
- Open the installation flow: https://{dashboard_domain}/home/site/{siten_name}?appstore&appId={app_uuid}&add=true
- Open the upgrade flow: https://{dashboard_domain}/home/site/{siten_name}?appstore&appId={app_uuid}&upgrade=true
- Open the upgrade flow with a specific plan: https://{dashboard_domain}/home/site/{siten_name}?appstore&appId={app_uuid}&upgrade=true&planId={plan_uuid}
Updated almost 2 years ago