Web Launcher is a built-in feature of the Vonage Business Communications (VBC) Desktop App and the Vonage Integration Suite (VGIS) that automatically opens a website when a call is placed or received. By including the caller's phone number (or other call details) as a URL parameter, the correct web page — such as a customer record page — can be displayed before the call is answered.
Web Launcher is a no-code solution that requires no API credentials or custom development. Any website or CRM with a web-based interface and a searchable URL that supports call data parameters can be configured using the steps below.
Confirm the following before setting up Web Launcher:
Web Launcher can be configured in two places, VBC Desktop App or Vonage Integration Suite (VGIS), depending on the platform you use. Both options use the same URL tag format and produce the same screen pop result — the difference is where you configure it and what additional controls are available.
Web Launcher is built directly into the VBC Desktop App and can be configured by any user — no VGIS license or CRM integration is required. This is the quickest path for a basic screen pop.
If you are using the Vonage Integration Suite (VGIS), Web Launcher can also be configured from within the VGIS Panel. This option provides additional controls, such as choosing when the URL opens and adding a quick-access Links icon to the Contact Activity window.
Use the following tags within your URL to dynamically insert call information:
| Tag | Description | Available In... |
| Phone Number | The caller's phone number | VBC Desktop App and VGIS |
| Phone Number without Country Code | The caller's phone number, country code removed | VBC Desktop App only |
| Caller ID | The caller ID name | VBC Desktop App only |
| Date Time | Date and time of the call | VBC Desktop App only |
| Call Direction | Inbound or Outbound | VBC Desktop App and VGIS |
| Call ID | The unique call ID | VBC Desktop App and VGIS |
| Call Tag | The call tag (if applied) | VBC Desktop App and VGIS |
| Name | The contact name (if matched) | VGIS only |
| Service Provider | The service provider | VGIS only |
| Call Status | The status of the call | VGIS only |
The following are examples of how Web Launcher can be used to automatically search a website using call data:
Search a CRM by phone number (inbound screen pop):https://mycrm.example.com/search?phone={{phoneNumber}}
Open Salesforce and search by phone number:
https://cs51.salesforce.com/search/SearchResults?searchType=2&str={{phoneNumber}}
Open LinkedIn and search by contact name: https://www.linkedin.com/search/results/all/?keywords={{name}}
Open Facebook and search by contact name:https://www.facebook.com/search/top/?q={{name}}&epa=SEARCH_BOX
Once configured, Web Launcher opens automatically based on the trigger you selected during setup.
NOTES: