MailerCheck

MailerCheck verifies individual email addresses and email lists, reports verification results, and tracks account credit balances.

9 actions Integration catalog
Request access
Connect MailerCheck once you're in Boring.
01 · WHAT THE AGENT CAN DO

Actions

Every capability is a discrete, logged action the agent calls by name — scoped to what you authorize and recorded in the run trace.

Create Verification ListMAILERCHECK_CREATE_VERIFICATION_LIST
Create a MailerCheck verification list by ingesting a name and email-address array. Creating a one-address list did not reduce the account credit balance during live probing. This action does not invoke the separate, credit-consuming Start List Verification operation.
Delete Verification ListMAILERCHECK_DELETE_VERIFICATION_LIST
Permanently and irreversibly delete a MailerCheck verification list by ID. Use only when the caller explicitly intends to remove the list.
Get Credit BalanceMAILERCHECK_GET_CREDIT_BALANCE
Return the current MailerCheck verification-credit balance. Use this before VERIFY_EMAIL or START_LIST_VERIFICATION when cost matters.
Get Current AccountMAILERCHECK_GET_CURRENT_ACCOUNT
Return the connected MailerCheck user and account identity. Use this to confirm which user and account the API token represents.
Get Verification ListMAILERCHECK_GET_VERIFICATION_LIST
Return one verification list, including its status, item count, verification timing, and aggregate result statistics.
List Verification ListsMAILERCHECK_LIST_VERIFICATION_LISTS
Return one page of verification lists for the connected MailerCheck account, with an opaque cursor when another provider-controlled page exists.
List Verification ResultsMAILERCHECK_LIST_VERIFICATION_RESULTS
Return one page of email-level results for a verification list, optionally filtered by classification. The success envelope and pagination behavior are based on MailerCheck documentation and were not live-verified because producing results requires a credit-consuming list verification.
Start List VerificationMAILERCHECK_START_LIST_VERIFICATION
Irreversibly start verification of every address in a MailerCheck list. A successful call spends one verification credit per address. Before calling, use GET_VERIFICATION_LIST to inspect the list count and GET_CREDIT_BALANCE to confirm the current credit_balance. This endpoint was not live-executed because the authorized verification-credit budget was exhausted.
Verify EmailMAILERCHECK_VERIFY_EMAIL
Consumes exactly one MailerCheck verification credit on every successful call. Synchronously verify one email address and return its classification; check GET_CREDIT_BALANCE first if cost matters.