Automate MillionVerifier with TypeScript

Validate individual email addresses, upload and manage bulk verification files, download filtered reports, and react to credit or file notifications.

download-verified-emails.automation.ts
import { automation } from "automate.ax"
import { millionVerifier } from "automate.ax/millionverifier"

export default automation("Download verified emails", () => {
  const ready = millionVerifier.onFileReady()

  millionVerifier.downloadReport({
    fileId: ready.file.fileId,
    filter: "okAndCatchAll",
  })
})

What you can do

Actions

  • Verify individual email addresses
  • Read account credit balances
  • Upload, inspect, list, stop, and delete bulk files
  • Download filtered verification reports

Triggers

  • Any supported MillionVerifier notification
  • No-credit and low-credit alerts
  • Bulk file ready
  • Bulk file deletion scheduled

Start automating with MillionVerifier today

Start building