We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
spam_reported
1 parent e0602ce commit 2f260b2Copy full SHA for 2f260b2
src/types/EmailRecipient.ts
@@ -41,13 +41,15 @@ export namespace EmailRecipient {
41
UNSUBSCRIBED = 'unsubscribed',
42
UNSUBSCRIBED_FROM_ALL_COMMUNICATIONS = 'unsubscribed_from_all_communications',
43
DUPLICATE = 'duplicate',
44
+ SPAM_REPORTED = 'spam_reported',
45
}
46
47
export enum EmailAddressStatus {
48
OK = 'ok',
49
BOUNCED = 'bounced',
50
51
52
53
54
55
export interface EmailAddressRecord {
0 commit comments