node-red-contrib-clearbit

2.0.1 • Public • Published

node-red-contrib-clearbit

Provide nodes to call clearbit API.

clearbit-config node

Add your api key for clearbit

clearbit-execute node

Execute api calls according to documentation. In msg.payload, provide 3 props:

  • resource
  • method
  • args

Example

Input format should be:

{
    payload: {
        resource: "Enrichment",
        method: "find",
        args: {
            email: "someone@example.com", 
            stream: true
        }
    }
}

Output msg.payload contains the result of your query.

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 2.0.1
    4
    • latest

Version History

  • Version
    Downloads (Last 7 Days)
    • Published
  • 2.0.1
    4
  • 1.0.2
    1
  • 1.0.1
    1
  • 1.0.0
    1

Package Sidebar

Install

npm i node-red-contrib-clearbit

Weekly Downloads

3

Version

2.0.1

License

ISC

Unpacked Size

5.48 kB

Total Files

7

Last publish

Collaborators

  • blavorata