Skip to main content

@uniformdev/context-cdp-6sense

This package enables you to interact with 6sense and populate Uniform quirks from the data retrieved.

Classes

SixthSenseClient

Represents the client that can be used to interact with the 6sense API.
- Constructor
SixthSenseClient(options)
Creates a new object using the specified options.
Parameters:
  • optionsobject
    + show child attributes
- Members
getCompanyData(options)
Gets all component definitions.
Parameters:
  • optionsobject (optional)
    + show child attributes
Returns:
  • Promise<CompanyData>- The fetcher assigned to the client returns data from 6sense.
    + show child attributes
  • Promise<null>- The fetcher assigned to the client returns no response.
info

For an example of how to use this class, see the 6sense integration guide.

Functions

buildSixthSenseQuirks

Converts the data returned from 6sense into quirks.
- Parameters
dataCompanyData
+ show child attributes
configSixthSenseQuirksConfig
+ show child attributes
- Return
QuirksThe quirks that were created from the data returned from 6sense.
info

For an example of how to use this function, see the 6sense integration guide.