Modules@robinpath/clearbit

@robinpath/clearbit

0.1.1Public

Clearbit module for RobinPath.

@robinpath/clearbit

Clearbit module for RobinPath.

Category Functions Auth License

Why use this module?

The clearbit module lets you:

  • enrichPerson
  • enrichCompany
  • findPerson
  • findCompany
  • revealVisitor

All functions are callable directly from RobinPath scripts with a simple, consistent API.

Installation

npm install @robinpath/clearbit

Quick Start

1. Set up credentials

clearbit.setCredentials "your-credentials"

2. enrichPerson

clearbit.enrichPerson

Available Functions

FunctionDescription
clearbit.setCredentialsConfigure clearbit credentials.
clearbit.enrichPersonenrichPerson
clearbit.enrichCompanyenrichCompany
clearbit.findPersonfindPerson
clearbit.findCompanyfindCompany
clearbit.revealVisitorrevealVisitor
clearbit.lookupEmaillookupEmail
clearbit.lookupDomainlookupDomain
clearbit.autocompleteCompanyautocompleteCompany
clearbit.getPersonFlaggetPersonFlag
clearbit.getCompanyFlaggetCompanyFlag
clearbit.prospectorSearchprospectorSearch
clearbit.nameToEmailnameToEmail
clearbit.listTagslistTags
clearbit.combinedcombined

Examples

enrichPerson

clearbit.enrichPerson

enrichCompany

clearbit.enrichCompany

findPerson

clearbit.findPerson

Integration with RobinPath

import { RobinPath } from "@wiredwp/robinpath";
import Module from "@robinpath/clearbit";

const rp = new RobinPath();
rp.registerModule(Module.name, Module.functions);
rp.registerModuleMeta(Module.name, Module.functionMetadata);

const result = await rp.executeScript(`
  clearbit.setCredentials "your-credentials"
  clearbit.enrichPerson
`);

Full API Reference

See MODULE.md for complete documentation including all parameters, return types, error handling, and advanced examples.

Related Modules

License

MIT

Versions (1)

VersionTagPublished
0.1.1latestyesterday
Install
$ robinpath install @robinpath/clearbit
Version0.1.1
LicenseMIT
Unpacked Size4.0 KB
Versions1
Weekly Downloads0
Total Downloads0
Stars0
Last Publishyesterday
Createdyesterday

Category

utilities