ApexVerify

ApexVerify validates and normalizes email addresses and phone numbers individually or in batches to improve contact-data quality.

10 actions Integration catalog
Request access
Connect ApexVerify 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.

Delete BatchAPEXVERIFY_DELETE_BATCH
Permanently delete one ApexVerify batch by its exact UUID. Deletion is irreversible and unavailable while the batch is processing; verify the target batch first and deliberately set confirm_deletion=true.
Export Batch ResultsAPEXVERIFY_EXPORT_BATCH_RESULTS
Export a completed batch as structured JSON for analysis or as a downloadable XLSX workbook. This reads existing results and does not consume verification credits.
Get Account CreditsAPEXVERIFY_GET_ACCOUNT_CREDITS
Return the connected ApexVerify account's available email and phone verification credit balances. Use this before any credit-consuming verification.
Get Batch DetailsAPEXVERIFY_GET_BATCH_DETAILS
Get an ApexVerify batch's status, metadata, parsed-content counts, estimated verification cost, parameters, and final statistics. Repeat this call to monitor preparation or verification.
Launch Batch VerificationAPEXVERIFY_LAUNCH_BATCH_VERIFICATION
Launch paid verification for a prepared batch. This consumes the batch's estimated net email or phone credits and can fail when credits are insufficient. First inspect Get Batch Details and Get Account Credits, then deliberately set confirm_credit_spend=true.
List BatchesAPEXVERIFY_LIST_BATCHES
List verification batches, optionally restricted by creation time, one offset-controlled page at a time.
Normalize Data FileAPEXVERIFY_NORMALIZE_EMAIL_OR_PHONE_FILE
Normalize email addresses or phone numbers from a line-delimited TXT file without performing verification or consuming verification credits.
Prepare BatchAPEXVERIFY_PREPARE_BATCH
Start or repeat asynchronous parsing, deduplication, format cleanup, and verification-cost calculation for an uploaded batch. This idempotent action does not launch paid verification. Poll Get Batch Details until the batch is ready for verification.
Upload Verification BatchAPEXVERIFY_UPLOAD_BATCH
Create an ApexVerify verification batch from a line-delimited TXT file. Uploading does not consume verification credits; verification starts only when the batch is launched separately.
Verify Email or PhoneAPEXVERIFY_VERIFY_EMAIL_OR_PHONE
Verify one email address or phone number in real time. This consumes the corresponding prepaid verification credit; cache hits may receive a partial refund. Check account credits first and deliberately set confirm_credit_usage=true.