mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-17 18:12:04 +00:00
✨ Add field AccountNumber to Salesforce Node (#2649)
This commit is contained in:
@@ -16,6 +16,7 @@ export interface IAccount {
|
||||
BillingState?: string;
|
||||
ShippingStreet?: string;
|
||||
ShippingCity?: string;
|
||||
AccountNumber?: string;
|
||||
AccountSource?: string;
|
||||
AnnualRevenue?: number;
|
||||
BillingStreet?: string;
|
||||
|
||||
Reference in New Issue
Block a user