mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-17 10:02:05 +00:00
feat(Salesforce Node): Add HasOptedOutOfEmail field to lead resource (#5235)
This commit is contained in:
@@ -24,4 +24,5 @@ export interface ILead {
|
||||
IsUnreadByOwner?: boolean;
|
||||
NumberOfEmployees?: number;
|
||||
MobilePhone?: string;
|
||||
HasOptedOutOfEmail?: boolean;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user