Skip to main content
Use MillionVerifier to validate one email immediately or process a CSV or text file in bulk:
automations/verify-email.automation.ts
Connect an API key from MillionVerifier’s API settings. MillionVerifier does not provide per-key scopes, so each connected key can use every endpoint allowed for its account. You can restrict a key to trusted IP addresses in MillionVerifier. Only organization members can submit the dashboard form. The verification result appears in the action output, and markSignificant keeps the completed run in the default Recent runs view. Single-email verification uses credits each time it runs, including repeated requests for the same address. Bulk uploads accept CSV or text files and return a file ID for status checks, report downloads, stopping, or deletion.

Set up notifications

MillionVerifier notifications require one manual webhook setup per connected account:
  1. Add a MillionVerifier trigger and deploy the automation.
  2. Copy its Webhook URL from the deployment output.
  3. In MillionVerifier, open Settings → Notifications, paste the URL, and enable the notifications you need.
The URL grants access to deliver events for that connected account. Keep it private and replace it if the account connection changes. MillionVerifier does not sign these callbacks. Automate.ax accepts callbacks only for active deployed triggers and deduplicates repeated file notifications by reason and file ID. Credit notifications can repeat because MillionVerifier does not include a delivery identifier. MillionVerifier supports one notification URL per account. Every active Automate.ax trigger on that connected account receives its matching events from the shared URL.

Exports

  • millionVerifier contains the packaged MillionVerifier actions and triggers.
  • millionVerifierAccount("name") selects a named MillionVerifier connection.
  • getMillionVerifierApi creates the authenticated MillionVerifier API helper for a custom account-backed action.

Triggers

Actions