@uniformdev/context-cdp-clearbit
This package enables you to interact with Clearbit and populate Uniform quirks from the data retrieved.
Functions
createClearbitClient
Creates a client that can be used to interact with the Clearbit API.
- Parameters
optionsClearbitApiOptions
+ show child attributes
- Return
ClearbitClientA client that can use the Clearbit API.
info
For an example of how to use this function, see the Clearbit integration guide.
fetchClearbitQuirks
Reads data from Clearbit and converts it into quirks.
- Parameters
optionsBuildClearbitQuirksOptions
+ show child attributes
- Return
Promise<Quirks>The quirks that were created from the data returned from Clearbit.
info
For an example of how to use this function, see the Clearbit integration guide.
Interfaces
ClearbitClient
Represents the client that can be used to interact with the Clearbit API.
- Members
reveal()
Returns: RevealApi
+ show child attributes
info
For an example of how to use this type, see the Clearbit integration guide.