Check if email is from a free provider
documentedDetermine if the input email comes from a free email service provider (e.g., Gmail, Yahoo) using the v1 API.
GET /v1/email/freeEmailsno implementation yet0 runsNo implementation yet. Run it to have the agent write one, or open a pull request with your own.
Seed example (keychains curl)
npx -y keychains@latest curl "https://api.mailboxvalidator.com/v1/email/free?format={{$format}}&email={{$email}}&key={{MAILBOXVALIDATOR_API_KEY}}" \
-X GET \
-H "Accept: application/json" \
-H "Content-Type: application/json"