hunterApiEmailVerification
Verify whether an email address is valid and deliverable using Hunter.io.
mindstudio.hunterApiEmailVerification({ email }) → Result
Checks whether an email address is valid and deliverable via Hunter.io, returning a confidence result. Run it before sending to a cold address to keep bounce rates down.
Parameters
email
string
RequiredEmail address to verify
Call from a method
import { mindstudio } from '@mindstudio-ai/agent'; const result = await mindstudio.hunterApiEmailVerification({ email: /* ... */ });