Hi @Sathya_Narayanan, would the Remove Duplicate operation of the Item Lists node be what youāre looking for? This allows removing duplicates. If you need to cross-reference data to identify duplicates, thereās also the Merge node offering a Remove Key Matches operation.
If these arenāt what youāre looking for, could you share an example of the data you are working with?
Sorry for the late response, I am very new to java script so your example really helped me a lot in getting the count of domain.
Now with that said, i am also trying to run a API query to a 3rd party URL to find if the domain is disposable or not.
I tired to use the HTTP node to achive it and i get the result, but the problem is the API on respond TRUE/FLASE and it doesnt say about the domain name. Is there a way to achive what i am looking for?
I know the above is possible using function node, but again, as mentioned i am new to java and the syntax i tried using google doesnt work on the node.
You have a couple of options you can use the HTTP Request node to call the api you want to use which looks like it would work well or you could use the One Simple API node which has an email check option that should do what you are after.
I dont find that node on my N8N installation, do i have to add this node? if yes, can you please let me know as to how to do it and more over, i need to validate the domain name alone and not the email address. Does this node support that as well?
Sorry if my questions are lame, new to this and curious to know.
I have upgrded it and it seem to be fine, however, the simple one api seems to be a paid services. Even the free one gives me less number of domain api checker.
The function node just returns 4 emails address that both services will use, Because OneSimpleAPI doesnāt return the domain (Just put in a feature request with the chap that makes it) we use the Merge node to join it up then the set node at the end to just return the Domain and Disposable result.
On the bottom part we use the same email addresses then use the HTTP Request node to call Kickbox then we use the set node to return the 2 columns.