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.

Create Viber URL

Need to message all these contacts at once?

使用 SMSBAT Business 平台向全球客户发送批量 Viber 和 SMS 活动、交易提醒和 OTP 代码 — 一个 API、直接运营商路线、随用随付。

Step-by-step guide: Viber Links Explained: viber://chat, viber://pa, Bot Links, QR Codes and Where to Put Them

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

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.

POST /api/ChatHub/viber-bot
{
  "api_key": "YOUR_SMSBAT_KEY",
  "to": "VIBER_USER_ID",
  "text": "Welcome to our Viber Bot! How can we help you today?"
}
Viber Link FAQs