Which identifier?
Route email, phone, postal, and tracking values to domain-specific rules.
Elysia Tools
Navigation
Workflow Playbook
Normalize and validate email, phone, postal, and tracking identifiers before import or dispatch.
Hubs
Normalize and validate email, phone, postal, and tracking identifiers before import or dispatch.
Use this guide to turn the stated scope into a reviewable result. Keep the source, intermediate outputs, and decisions together so the next person can understand what was checked and why.
Keep the original value beside every normalized field.
Record country, region, and carrier context before contextual checks.
Decision: Which identifier?. Route email, phone, postal, and tracking values to domain-specific rules.
Decision: Is context required?. Provide country or region for international phones and postal codes, and carrier context for tracking.
Decision: Single value or batch?. Investigate an exception individually, then use batch checks before import.
Copy raw fields, classify each identifier, and separate blanks from invalid values. Use text-phone-normalizer.
Format phone text, resolve calling context, and check email and phone syntax. Use phone-number-formatter, calling-code, email-validator, phone-validator, global-phone-validator.
Check region-aware postal values and tracking structure without treating format as delivery proof. Use global-postal-code-validator, us-zip-code-validator, postal-code-finder, tracking-number-validator.
Recheck contact columns, retain row-level failures, and manually review ambiguous records. Use batch-email-validator, batch-phone-validator.
Workflow playbook
Copy raw fields, classify each identifier, and separate blanks from invalid values.
Format phone text, resolve calling context, and check email and phone syntax.
Check region-aware postal values and tracking structure without treating format as delivery proof.
Recheck contact columns, retain row-level failures, and manually review ambiguous records.
Route email, phone, postal, and tracking values to domain-specific rules.
Provide country or region for international phones and postal codes, and carrier context for tracking.
Investigate an exception individually, then use batch checks before import.