myHUD Web Launcher
Website Launcher
Launch external websites as you make and receive calls (excludes internal calls).
Â
Here is a quick way for you to check whether HUDÂ can screen-pop your CRMÂ with Caller-ID info.
Note:Â This does not cover all scenarios, if your CRMÂ does not pass this test it may still be compatible. Â Contact your CRM's support team for further information.Â
Notice when you type a query into some CRMs or search engines (such as Google) and hit "search", the query shows up in the address bar (where you see "http://" or "www." on your web browser).For example, when you search for a keyword (such as a phone number) on Google, it looks for "http://www.google.com/search?q= " followed by the number, as shown here:
Â
We can use this knowledge to build a HUD weblauncher URL for the particular CRM or search engine, like this:
http://www.google.com/search?q=%%caller_number%%+%%caller_name%%Â
Â
If we receive a call from a number such as 310-861-4300, with Caller-IDÂ Name "NetFortris"...
This will be replaced: http://www.google.com/search?q=%%caller_number%%+%%caller_name%%
With this: http://www.google.com/search?q=310-861-4300+NETFORTRISÂ
Â
You can apply this knowledge to your own CRM
Log into your CRM website
Find the search function and type in a phone number.
Click search.
Look at the address bar of your broswer. Does it show the number you typed in step 3?
If yes, copy that URL and replace the number with %%caller_number%%, place that URLÂ in HUD as in the screenshot above.
If no, contact your CRM support department, they may be able to supply you with the correct URL to use in the search scenario.
*Netfortris does not test every web-based CRM for compatibility and my not have the information you need. As such, your CRM's support department is the best resource for this.Â
URL Variables
Â
VARIABLE | DESCRIPTION |
---|---|
%%my_extension%% | Your extension |
%%duration%% | Duration of call in seconds |
%%type%% | Either "internal", "external", or "queue" |
%%direction%% | Call direction - Either "inbound", "outbound" |
%%caller_name%% | Name of party on the call |
%%caller_number%% | Number of party on the call |
%%caller_number(XXX-XXX-XXXX)%% | %%caller_number%% with dashes and country-code removed |
%%caller_number(X-XXX-XXX-XXXX)%% | %%caller_number%% with dashes and country-code |
%%caller_number_raw%% | Number of party on the call stripped of non-numerical characters |
%%caller_number_raw(XXX-XXX-XXXX)%% | %%caller_number_raw%% with country-code removed |
Â