Description
Lookup and enrich individuals by sending any identifiers you may already have, such as an email address, Twitter handle or phone number. These identifiers will then be used to locate and return any additional information we may have, such as a person’s name and social handles.
Code For Above Flow
[{"id":"9d529ad8.e2d098","type":"fullcontact","z":"16743361.d6f7fd","API_Key":"","name":"","x":250,"y":580,"wires":[["cb0de338.9d04d"]]},{"id":"b3d77071.499aa","type":"inject","z":"16743361.d6f7fd","name":"","topic":"","payload":"[email protected]","payloadType":"str","repeat":"","crontab":"","once":false,"onceDelay":0.1,"x":90,"y":580,"wires":[["9d529ad8.e2d098"]]},{"id":"cb0de338.9d04d","type":"console","z":"16743361.d6f7fd","name":"","active":true,"tosidebar":true,"console":false,"tostatus":false,"complete":"false","x":410,"y":580,"wires":[]}]
Input
payload (string)Email of person to enrich
Parameters
API_KEY(string)The users API Key (Obtained by creating an Account with FullContact)
Output
payload (object)A JSON object that contains the information obtained about the person enriched.