feat(Salesforce Node): Add HasOptedOutOfEmail field to lead resource (#5235)

This commit is contained in:
Ricardo Espinoza
2023-02-01 12:34:53 -05:00
committed by GitHub
parent 43b4a8a589
commit 59f290fe85
3 changed files with 23 additions and 0 deletions

View File

@@ -24,4 +24,5 @@ export interface ILead {
IsUnreadByOwner?: boolean;
NumberOfEmployees?: number;
MobilePhone?: string;
HasOptedOutOfEmail?: boolean;
}