node-red-contrib-clearbit 2.0.1

Provide nodes to call clearbit API.

npm install node-red-contrib-clearbit

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: "[email protected]", 
            stream: true
        }
    }
}

Output msg.payload contains the result of your query.

Node Info

Version: 2.0.1
Updated 6 years, 5 months ago
License: ISC
Rating: not yet rated

Categories

Actions

Rate:

Downloads

8 in the last week

Nodes

  • clearbit-config
  • clearbit-execute

Keywords

  • node-red

Maintainers