Spam Trap Analysis
deliveriq_spam_trap_analysisAnalyze any email address for spam trap risk using 13 signals including domain age, DNSBL listing, and pattern trust. Get risk level, trap type, and confidence score to protect sender reputation and improve deliverability.
Instructions
Analyze an email address for spam trap risk using 13 signals including domain age, DNSBL listing, disposability, role-based detection, entropy, and email pattern trust.
Args:
email (string): Email address to analyze
Returns: Risk level (low/medium/high), trap type (pristine/recycled/typo/none), confidence score, and all 13 signals.
Examples:
"Is user@example.com a spam trap?" -> { email: "user@example.com" }
Credit cost: 1 credit
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| Yes | Email address to analyze for spam trap risk (e.g. "user@example.com") |