Create Viber URL
What is a Viber Deep Link?
A specialized URI scheme that triggers the Viber application.
Unlike standard http URLs, deep links (`viber://`) communicate directly with the operating system to forcefully open the Viber app and instantly route the user into a specific chat session with your bot.
How the Generator Works
Input Bot URI
Enter the exact URI string you configured in the Viber Partner portal.
Attach Context
Add parameters to know exactly where the user clicked the link from.
Distribute
Use the link behind HTML buttons on mobile-optimized webpages.
How to Use Viber Links
Mobile Landing Pages
Place 'Open in Viber' buttons prominently on mobile websites.
Checkout Support
Trigger a Viber session instantly when users experience cart issues.
Offline Marketing
Encode the deep link into a QR code for instant physical scanning.
Bot Onboarding
Directly route traffic from ad networks into your Viber chatbot funnels.
Search Discovery vs Deep Linking
| Feature | Viber Search Bar | Deep Link Integration |
|---|---|---|
| User Action | Manual Typing & Searching | Instant 1-Click Launch |
| Drop-off Rate | High (Users get distracted) | Minimal |
| Attribution Tracking | Impossible | Pass Context via URI |
Deep Link Context Webhooks
Parse the context texts sent from deep links to trigger personalized workflows.
{
"api_key": "YOUR_SMSBAT_KEY",
"uri": "my_bot",
"text": "Customer scanned QR code. Initiating automated flow in Viber."
}