Skip to content

benoitlavorata/node-red-contrib-clearbit

Repository files navigation

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.

About

Provide nodes to call clearbit API. https://clearbit.com/

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published