1.0.1 • Published 4 years ago

@comba/plugin-clearbit v1.0.1

Weekly downloads
2
License
MIT
Repository
github
Last release
4 years ago

Clearbit Plugin for Comba

Comba is an open-source and white-label customer support dashboard and widget that is powered by Stream. This is a plugin for Comba that adds support for people enrichment via Clearbit.

Installation

To install Comba, user npm or yarn (yarn is the preferred method for installation). Then create an account with Clearbit and copy your API Key. Once you have obtained your Clearbit API Key, add the plugin to the array in plugins.json as well as the API Key as an environment variable.

1. Install

$ yarn add @comba/plugin-clearbit

2. Create an account with Clearbit

Clearbit

3. Install jq (optional)

4. Add your environment variable to your .env file or Netlify account

$ echo 'CLEARBIT_API_KEY=YOUR_CLEARBIT_API_KEY' >> .env

Or on Netlify, head over to Build & Deploy > Environment > New Variable and add a new environment variable:

Netlify

Then click Save to deploy your new settings to Netlify.

5. Add your Clearbit API Key to your environment (with jq)

$ echo '[ "CLEARBIT_API_KEY=YOUR_CLEARBIT_API_KEY" ]' | jq

Note: For any issues or questions regarding this plugin, please provide feedback in the issues section and tag your issue with the plugin name.