This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/** | |
* A custom function that verifies an email ID | |
* | |
* @param {String} email ID | |
* @return {Boolean} If the email ID is active | |
* @customfunction | |
*/ | |
function verifyEmail(email) { | |
// Replace this with your Hunter.io API key |