Skip to main content
Used in: SkipTrace, SkipTraceResult

Fields

FieldTypeDescription
emailstringEmail address (may be uppercased)
rankingnumberConfidence ranking — lower is better

Example

{ "email": "john.doe@example.com", "ranking": 1 }

Notes

email may be returned in uppercase. Lowercase it before sending or comparing:
const normalized = email.email.toLowerCase();
// "JOHN.DOE@EXAMPLE.COM" → "john.doe@example.com"
Lower ranking = higher confidence. Always try ranking: 1 first. Higher-ranked emails are not guaranteed to be deliverable — validate before adding to a campaign.