Getting Started
This guide walks you through creating your first smart link from the Codelloy dashboard. If you’d rather integrate via the REST API, jump straight to the API Quick Start.
Prerequisites
Before you begin, make sure you have:
- A Codelloy account (contact us to provision one).
- Your destination URL and (for deep links) your app’s custom-scheme URI.
Create your first smart link
- Sign in to the Codelloy Dashboard .
- Click New Link in the sidebar.
- Enter your destination URL.
- (Optional) Add a
shortLinkNameand per-platform deep-link routing. - Click Create Link.
The dashboard returns a short URL on either https://re.codelloy.com/<code> or your active custom domain.
Configure deep links
To open your iOS or Android app from a short URL:
- Register your apps on the Manage Apps page — see the Mobile Apps guide for screenshots and the per-platform
mobileAppIdflow. - On any new or existing short URL, add a deep-link entry per platform with
deeplinkUrl(your custom scheme),fallbackUrl(web fallback), andlinkBehaviour("app"or"webBrowser"). - Save. The Codelloy redirector handles platform detection, App Store / Play Store fallbacks, and
app-not-installedflows automatically.
If you’re integrating via the API, the same registered apps power
deepLinks[].mobileAppId— register once on the dashboard, reference everywhere.
Test your link
Before sharing:
- Open the short URL on a real iOS device.
- Open it on a real Android device.
- Open it in a desktop browser.
- Confirm clicks show up in Analytics.
Next steps
- Deep Links — Detailed deep-link guide with per-platform examples.
- QR Codes — Generate QR codes for any short link.
- API Reference — Build links programmatically.
Last updated on