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

1

Input Bot URI

Enter the exact URI string you configured in the Viber Partner portal.

2

Attach Context

Add parameters to know exactly where the user clicked the link from.

3

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

FeatureViber Search BarDeep Link Integration
User ActionManual Typing & SearchingInstant 1-Click Launch
Drop-off RateHigh (Users get distracted)Minimal
Attribution TrackingImpossiblePass Context via URI

Deep Link Context Webhooks

Parse the context texts sent from deep links to trigger personalized workflows.

POST /api/ChatHub/viber-bot
{
  "api_key": "YOUR_SMSBAT_KEY",
  "uri": "my_bot",
  "text": "Customer scanned QR code. Initiating automated flow in Viber."
}