Practical docs for building smart deeplinks, tracking clicks, and securing webhooks.
Hoply detects device/platform and routes users to the best destination. If a deeplink can’t open, Hoply falls back to your web URL.
Example
iOS -> ios_deeplink Android -> android_deeplink Desktop -> web_url Deeplink fails -> web_url
Ensure your app is configured to handle the scheme/intent you provide. For iOS, register your URL scheme or Universal Links; for Android, add an intent filter.
Track platform breakdown, referrers, and redirect outcomes. Analytics update in real time.
Use webhooks to receive delivery notifications. Always validate signatures (if enabled) and respond quickly (under 5 seconds) to avoid retries.