2.0.1 • Published 6 years ago

node-red-contrib-fullcontact v2.0.1

Weekly downloads
-
License
ISC
Repository
gitlab
Last release
6 years ago

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.

2.0.1

6 years ago

1.0.2

6 years ago

1.0.1

6 years ago

1.0.0

6 years ago