Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Html
<div class="fb-like" data-href="https://confluence.wildix.com/x/PAqIAQ" data-layout="button_count" data-action="recommend" data-size="large" data-show-faces="true" data-share="true"></div>


Html
 <div class="lang-box-pdf">
	<div>
		<div class="google-lang">
			<div id="google_translate_element">
			</div>
			<script type="text/javascript">
					function googleTranslateElementInit() {
						new google.translate.TranslateElement({pageLanguage: 'en', includedLanguages: 'de,es,fr,it,nl', autoDisplay: false}, 'google_translate_element');
						}
			</script>
			<script type="text/javascript" src="//translate.google.com/translate_a/element.js?cb=googleTranslateElementInit"></script>
		</div>
		
		<div class="pdf-button">
			<a href="https://confluence.wildix.com/spaces/flyingpdf/pdfpageexport.action?pageId=25692732" alt="Convert to .pdf" title="Convert to .pdf"><img src="https://confluence.wildix.com/download/attachments/14549012/pdf-button-download-wildix-documentation.png"></a>
		</div>
	</div>
</div>


Info

This Technical Note explains what is Popup URL/ App and how to set up web application/ page integration by using it.

Permalink: https://confluence.wildix.com/x/PAqIAQ

...

Integration with Solve360 CRM

Note

Requirements:

A call can be configured to open a contact record automatically. ExampleSolve360 CRM can be integrated with Wildix via Popup URL/ App. The following URL is set up for automatic opening of a contact record when an incoming call occurs:

https://secure.solve360.com/phonenumber/0{CALLERNUM:3}

Where

  • https://secure.solve360.com/ – is Solve360 CRM domain name
  • phonenumber -

...

  • determines the associated contact record by a phone number
  • /0 - prepends 0 to format the number as a UK national number as stored in the CRM (optional)
  • {CALLERNUM} – the caller number
  • :3 – removes first three digits to match the contact record, if it is stored without Country Code

...

Demo video



Html
<div class="container">
    <div class="video">
<iframe width="560" height="315" src="https://www.youtube.com/embed/E8o-NvyLZuo?rel=0" frameborder="0" gesture="media" allow="encrypted-media" allowfullscreen></iframe>
</div>
</div>

...