Skip to content

benoitlavorata/node-red-contrib-fullcontact

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

node-red-contrib-fullcontact

Provide nodes to call fullcontact API.

fullcontact-config node

Add your api key for fullcontact

fullcontact-execute node

Execute api calls. In msg.payload, provide two props:

  • resource
  • args

Example

Input format should be:

{
    payload: {
        resource: "person.enrich",
        args: {
            email: "someone@example.com"
        }
    }
}

Output msg.payload contains the result of your query.