Provide nodes to call hunterio API.
Add your api key for hunterio
Execute api calls. In msg.payload, provide two props:
- method:
- args:
Input format should be:
{
payload: {
method: "domainSearch",
args: {
domain: "apple.com"
}
}
}
Output msg.payload contains the result of your query.