V1_Entities_SpamTest
V1_Entities_SpamTest model
- accountType: stringrequired
Minimal snapshot of the MailReach account that sent the test (ID, email, first/last name, score, detected provider). Returned on
GET /:public_id. - analysisType: string
_results requiredContent analysis of the test email: spam words, link health, attachment count, HTML/image ratios, etc. Empty until
completed. - autofixType: boolean
_completed requiredReturned on
GET /:public_id. True once the triggered auto-fix task has finished. - autofixType: boolean
_triggered requiredTrue when an auto-fix task was triggered for this test.
- automatedType: booleanrequired
True if the test was launched by an automated test schedule.
- automatedType: integerFormat: int32
_test _id requiredID of the automated test that launched this run, if any.
- blacklistType: array string[]
_links requiredDNSBL entries the links inside the test email appeared on at the time of the test.
- blacklistType: array string[]
_sending _ip requiredDNSBL entries the sending IP appeared on at the time of the test.
- btobType: numberFormat: float
_score requiredScore computed on B2B seedlist mailboxes (Google Workspace / Office 365).
- btocType: numberFormat: float
_score requiredScore computed on B2C seedlist mailboxes (Gmail, Hotmail, Outlook.com, Yahoo).
- completedType: booleanrequired
True once MailReach has finished processing the inbound copies and computed the scores.
- createdType: stringFormat: date-time
_at requiredthe date-time notation as defined by RFC 3339, section 5.6, for example, 2017-07-21T17:32:28Z
- domainType: stringrequired
DNS/authentication snapshot for the sending domain (SPF, DKIM, DMARC, MX records). Populated on
GET /:public_idonce the test completes. - finalType: numberFormat: float
_score requiredScore selected by
test_type(one ofscore,btob_score,btoc_score). - firstType: string
_message _content requiredParsed content and headers of the first test email MailReach received.
nulluntil at least one copy arrives. Includes subject, raw DKIM/SPF, authentication results, sending IP, attachments, and raw headers. - isType: boolean
_warming required - paidType: booleanrequired
Whether a spam check credit was spent on this test.
- publicType: string
_full _id requiredGlobally unique tracking identifier. Include this string in the body of the test email so MailReach can match inbound copies back to the test.
- publicType: string
_id required - resultsType: array object[] ยท V1_Entities_SpamTestResult[]required
Seedlist recipients to send the test email to. Populated on
POSTandGET /:public_id; absent fromGET /.- descType: stringrequired
- emailType: stringrequired
- firstType: string
_name required - idType: integerFormat: int32required
Signed 32-bit integers (commonly used integer type).
- providerType: stringenumrequiredvalues
- gmail
- outlook
- yahoo
- rawType: string
_headers requiredParsed email headers of the received copy (array of header objects).
nulluntil the copy is received. - receivedType: string
_in requiredFolder the test email landed in (e.g.
INBOX,SPAM).nulluntil the copy is received.
- scoreType: numberFormat: floatrequired
Global deliverability score (0-10).
nulluntilcompleted. - seedlistType: integerFormat: int32enumrequired
Signed 32-bit integers (commonly used integer type).
values- 1
- 2
- 3
- 4
- sendingType: string
_provider requiredProvider detected from the sending IP.
nulluntil the test completes. - sendingType: string
_reverse _dns _value required - spamType: booleanrequired
Set when the test email was flagged as spam content by MailReach.
- summaryType: stringrequired
Counts of where the test emails landed, keyed by folder (
INBOX,SPAM, etc.). - testType: stringenum
_type requiredAudience scope the score is computed against.
nulluntil set viaPOST /v1/spam_tests/{public_id}.values- all
- btob
- btoc
- tldType: stringrequired
Reputation snapshot for the sending domain TLD (e.g.
com,co). Populated once the test completes.