Input
Send an email address from signup, CRM intake, or a workflow quality check.
View APISoryxa by Elvesora provides real-time email validation with risk scoring based on syntax, mail-server status where available, disposable, role, catch-all, and domain signals. Return clear allow, block, or review decisions for signup and CRM workflows.
Send an email address from signup, CRM intake, or a workflow quality check.
View APIReceive a decision, reason code, score, validation checks, and usage fields for workflow handling.
Route mixed, policy-sensitive, or temporarily unavailable results to review instead of collapsing them into one failure state.
Review rulesTest signup decisions, reason codes, review volume, and fallback behavior before rollout.
View methodMany email validation APIs return fields. Soryxa returns a decision your product can act on: allow, block, or review. Teams can configure rules, thresholds, and review behavior without hard-coding every validation policy into signup logic.
Syntax, MX, mail-server status where available, disposable, role, catch-all, and domain signals.
Team-level thresholds and allow/block lists convert signals into consistent signup handling.
One response gives your app a stable decision vocabulary for onboarding, CRM intake, and review.
Soryxa adds disposable, role, catch-all, mail-server status where available, and domain validation signals before bad records reach your workflow.
Disposable emails, role accounts, and automated signups can flood your user base. Filter them before onboarding and CRM syncs start.
Invalid emails raise bounce exposure and sender reputation risk. Validation gives teams a cleaner recipient path before campaigns or lifecycle sends.
Hard-coded validation rules are difficult to tune. Policy decisions belong in a configurable layer that returns allow, block, or review outcomes.
From email input to a clear allow, block, or review decision.
Send any email address to our API. Single validation or bulk processing.
Syntax, MX, SMTP status where available, disposable, role, catch-all, and domain signals are evaluated for one result.
Validation signals are combined into a 0-100 score for allow, block, or review decisions.
Get a clear verdict: allow, block, or review. No guesswork.
Validation signals that help teams accept good addresses and review or block risky ones.
RFC-compliant email format checking. Catch typos and malformed addresses instantly.
Verify the domain has valid mail servers. No MX means no delivery.
Use MX, SMTP status where available, catch-all indicators, disposable-domain checks, and domain signals to support allow, block, or review decisions.
Identify temporary email services using maintained disposable-domain signals.
Distinguish between personal (Gmail, Yahoo) and business email addresses.
Flag generic addresses like info@, support@, and sales@ that rarely convert.
Identify domains that accept all emails - a common source of low-quality leads.
Combine syntax, mail-server status where available, disposable, role, and catch-all checks into a 0-100 risk score.
Designed for low-latency checks in signup forms, checkout flows, and CRM intake.
Keep validation policy out of hard-coded signup logic. Soryxa returns a single, actionable verdict with every API call.
Email passed all checks. Safe to proceed.
High-risk email. Reject the signup or flag for review.
Uncertain. May require manual review or additional verification.
Configure rules in your dashboard, not your code. Change thresholds, block specific domains, or adjust risk tolerance. All without deploying.
{
"success": true,
"data": {
"decision": "allow",
"reason_code": "CLASSIFICATION_VALID",
"decision_message": "Email classified as valid.",
"score": 96,
"checks": [
{ "name": "syntax", "status": "passed" },
{ "name": "mx", "status": "passed" },
{ "name": "disposable", "status": "passed" }
]
},
"usage": {
"remaining": 249,
"limit": 250
}
}
Soryxa exposes stable decision fields and machine-readable reason codes so signup, CRM intake, and review workflows can respond predictably.
| Reason code | Decision | Meaning |
|---|---|---|
| CLASSIFICATION_VALID | allow | Email classified as valid by the upstream validation provider. |
| BLOCK_DISPOSABLE | block | Disposable email blocked by team rules. |
| BLOCK_FREE_PROVIDER | block | Free email provider blocked by team rules. |
| BLOCK_ROLE_ACCOUNT | block | Role account blocked by team rules. |
| SCORE_BELOW_THRESHOLD | review | Score is below the team minimum threshold. |
| SERVICE_UNAVAILABLE | review | Upstream validation service unavailable. |
See the request, response, and usage fields.
Map stable codes to workflow actions.
Handle auth, billing, validation, and limit errors.
Plan usage limits and over-limit handling.
Upload lists, retry partial jobs, and export decisions.
Configure allow, block, and review workflows.
Use OpenAPI, Postman, scopes, and connector events.
Request support, infrastructure context, and validation data handling details for Soryxa workflows.
DPA and privacy request support for GDPR and CCPA workflows, with customer requests handled through documented privacy contacts.
Validation data is limited to the fields needed for the request and retained according to documented operational windows.
Hosted on DigitalOcean infrastructure covered by DigitalOcean SOC 2 Type II and SOC 3 Type II reports. Soryxa applies application-level access controls, encryption, and retention practices on top of that infrastructure.
Use Soryxa where email quality decisions affect access, routing, and follow-up.
Block disposable emails at registration. Reduce fake-account risk and improve trial quality.
Review risky addresses before campaigns so send-heavy workflows do not depend on low-quality email data.
Validate customer emails before account creation so suspicious checkouts can be blocked or sent to review.
Score inbound email quality automatically. Prioritize business addresses over free providers before sales outreach starts.
Use Soryxa by Elvesora to verify emails in real time, score risk from validation signals, and block or review low-quality addresses before they enter your systems.
250 free validations | No credit card | Setup in 5 minutes
Use email validation at intake and before send-heavy workflows to protect onboarding quality and sender reputation.
Common implementation questions for teams adding Soryxa to signup, CRM, and deliverability workflows.
Soryxa checks email syntax, MX records, mail-server status where available, disposable patterns, role-account patterns, catch-all indicators, domain signals, and risk indicators so teams can allow, block, or review addresses before they enter signup and lifecycle workflows.
Yes. Soryxa is positioned for real-time API validation at signup, before CRM syncs, and before send-heavy workflows where bad addresses can hurt deliverability.
Yes. Soryxa is a web and API product for teams that need email validation and email verification results inside product, CRM, and data-quality workflows.
These posts support signup protection, deliverability planning, and email quality workflows.
Read Email Validation API for PHP and Laravel: Soryxa SDK Guide and 2026 Comparison
Compare Soryxa's official PHP and Laravel SDKs with Mailgun, ZeroBounce, Abstract API, and NeverBounce, including package requirements, silent-mode behavior, decision handling, and when another email validation API may fit better.
Sora
Read What Happens When Email Validation Is Inconsistent Across Systems
Inconsistent email validation leads to fragmented data and misaligned workflows. Learn why shared validation rules are essential for reliable systems.
Sora
Read How to Design Email Validation Rules for B2B Workflows
A practical guide to designing email validation rules for B2B workflows. Learn how clear allow, review, and block decisions improve data quality and system consistency.
Sora