mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-17 18:12:04 +00:00
✨ salesforce node
This commit is contained in:
17
packages/nodes-base/nodes/Salesforce/OpportunityInterface.ts
Normal file
17
packages/nodes-base/nodes/Salesforce/OpportunityInterface.ts
Normal file
@@ -0,0 +1,17 @@
|
||||
|
||||
export interface IOpportunity {
|
||||
Name?: string;
|
||||
StageName?: string;
|
||||
CloseDate?: string;
|
||||
Type?: string;
|
||||
Amount?: number;
|
||||
OwnerId?: string;
|
||||
NextStep?: string;
|
||||
AccountId?: string;
|
||||
CampaignId?: string;
|
||||
LeadSource?: string;
|
||||
Description?: string;
|
||||
Probability?: number;
|
||||
Pricebook2Id?:string;
|
||||
ForecastCategoryName?: string;
|
||||
}
|
||||
Reference in New Issue
Block a user