node-red-contrib-apilayer

Provide nodes to call apilayer API to check emails.

Usage no npm install needed!

<script type="module">
  import nodeRedContribApilayer from 'https://cdn.skypack.dev/node-red-contrib-apilayer';
</script>

README

node-red-contrib-apilayer

Provide nodes to call apilayer API to check emails.

apilayer-config node

Add your api key for apilayer

apilayer-execute node

Execute api calls. In msg.payload, provide the email to check

Example

Input format should be:

{
    payload: "someone@example.com"
}

Output msg.payload contains the result of your query.