Proper Check

Roadmap

Automated email verification

Continuous cleanup of new contacts in your ESP and CRM. Webhooks and integration sync are on the product roadmap.

  • API available today
  • Bulk as a workaround
  • ESP integrations coming soon

What is automated verification?

Continuous checking of new addresses in your ESP, CRM, or forms without manual CSV uploads. Today you achieve this with API and a scheduler; native Mailchimp or HubSpot sync is on the roadmap.

Some capabilities are in active development. API and bulk are available today.

What works today?

API and bulk jobs let you automate verification with a cron, job queue, or webhook from your backend. After each lead import, run a bulk job and write statuses back to CRM.

  • POST /api/v1/bulk with an array of new addresses
  • GET /api/v1/bulk/:id for status polling
  • Webhook from your system after a new form signup

What is planned?

Native integrations with Mailchimp, HubSpot, GetResponse, and ActiveCampaign, plus daily auto-clean without manual CSV export.

Workaround without native integration

Connect form → your backend → verify API at signup plus a nightly bulk cron for ESP-synced contacts. Many teams run this model for months before moving to native sync.

Related

Frequently asked questions

Can I automate verification already?

Yes, via bulk API and your own scheduler. Native ESP integrations are on the roadmap.

Will you add webhooks when a job completes?

Yes. Bulk job completion notifications are planned alongside ESP integrations.