2.10.9 • Published 2 years ago

@xkit-co/crm-link.js v2.10.9

Weekly downloads
-
License
UNLICENSED
Repository
github
Last release
2 years ago

@xkit-co/crm-link.js

Installation

Refer to documentation

Changelog

View Changelog

Debugging

Under some very specific circumstances, you might run into issues with using this library. Some of these are known and are listed below:

  • This library renders DOM elements at z-index values of 999 and 1000. You might notice an issue if the z-index values in your application are the same or higher.
  • This library uses the available height of the document window to determine where to render dropdown menus. If for some reason, the height of your application's html or body element is less than the viewport height, you might notice an issue.
  • This library when consumed as a node package is built for ES5 and above. Make sure your build tool or bundler is up to date.
  • When using the browser script, ensure window.linkCRM is not re-assigned.
  • Ensure that no DOM elements in your application have an id attribute of xkit-crm-link-scope.

API

linkCRM()

ArgumentTypeDescription
domainstringThe domain string of your Xkit application. This can be viewed and configured in the Xkit developer portal.
tokenstringThe Xkit context token that is fetched from your application's backend. Refer to the Xkit documentation.
optionsobjectThe configuration object by which the user will map data from their CRM, and customize how CRM Link is launched. Refer to the Xkit documentation.
Return TypeDescription
Promise<string>A promise that either resolves to a connection ID or rejects with an error
2.10.9

2 years ago

2.10.8

2 years ago

2.10.7

2 years ago

2.10.6

2 years ago

2.10.5

2 years ago

2.10.4

2 years ago

2.10.3

2 years ago

2.10.1

2 years ago

2.10.0

2 years ago

2.9.1

2 years ago

2.9.0

2 years ago

2.8.0

2 years ago

2.7.3

2 years ago

2.7.2

2 years ago

2.7.1

2 years ago

2.7.0

2 years ago

2.5.0

2 years ago

2.4.0

2 years ago

2.3.6

2 years ago

2.3.5

2 years ago

2.3.4

2 years ago

2.3.2

2 years ago

2.3.1

2 years ago

2.0.1

2 years ago

1.1.0

3 years ago

1.0.0

3 years ago