interface SalesmateNodeParameters {
additionalFields?:
| {
billingAddressLine1?: string;
billingAddressLine2?: string;
billingCity?: string;
billingState?: string;
billingZipCode?: string;
currency?: string;
description?: string;
facebookHandle?: string;
googlePlusHandle?: string;
linkedInHandle?: string;
otherPhone?: string;
phone?: string;
skypeId?: string;
tags?: string;
twitterHandle?: string;
website?: string;
}
| {
description?: string;
dueDate?: string;
duration?: number;
isCalendarInvite?: boolean;
isCompleted?: boolean;
tags?: string;
}
| {
dealValue?: number;
description?: string;
estimatedCloseDate?: string;
primaryCompany?: string;
priority?: "High"
| "Low"
| "Medium";
source?:
| "Ads"
| "Referrals"
| "Website"
| "Word of mouth";
tags?: string;
};
currency?: string;
filters?: | {
filtersUi: {
conditions?: {
conditionsUi: {
condition?: | "EQUALS"
| "ENDS_WITH"
| "NOT_EQUALS"
| "Contains"
| "DOES_NOT_CONTAINS"
| "EMPTY"
| "NOT_EMPTY"
| "STARTS_WITH";
field?: "email"
| "name"
| "phone";
value?: string;
}[];
};
operator?: "AND"
| "OR";
};
}
| {
filtersUi: {
conditions?: {
conditionsUi: {
condition?: | "EQUALS"
| "ENDS_WITH"
| "NOT_EQUALS"
| "Contains"
| "DOES_NOT_CONTAINS"
| "EMPTY"
| "NOT_EMPTY"
| "STARTS_WITH";
field?: "tags"
| "title";
value?: string;
}[];
};
operator?: "AND"
| "OR";
};
}
| {
filtersUi: {
conditions?: {
conditionsUi: {
condition?: | "EQUALS"
| "ENDS_WITH"
| "NOT_EQUALS"
| "Contains"
| "DOES_NOT_CONTAINS"
| "EMPTY"
| "NOT_EMPTY"
| "STARTS_WITH";
field?: "tags"
| "title"
| "lastCommunicationMode";
value?: string;
}[];
};
operator?: "AND"
| "OR";
};
};
filtersJson?: string;
id?: string;
jsonParameters?: boolean;
limit?: number;
name?: string;
operation?: | "create"
| "get"
| "getAll"
| "update"
| "delete";
options?: {
fields?: string;
sortBy?: string;
sortOrder?: "asc"
| "desc";
};
owner?: string;
pipeline?: "Sales";
primaryContact?: string;
rawData?: boolean;
resource?: "deal"
| "company"
| "activity";
returnAll?: boolean;
stage?:
| "Contacted"
| "In Negotiation"
| "New (Untouched)"
| "Proposal Presented"
| "Qualified";
status?: "Open"
| "Close"
| "Lost";
title?: string;
type?: string;
updateFields?:
| {
billingAddressLine1?: string;
billingAddressLine2?: string;
billingCity?: string;
billingState?: string;
billingZipCode?: string;
currency?: string;
description?: string;
facebookHandle?: string;
googlePlusHandle?: string;
linkedInHandle?: string;
name?: string;
otherPhone?: string;
owner?: string;
phone?: string;
skypeId?: string;
tags?: string;
twitterHandle?: string;
website?: string;
}
| {
description?: string;
dueDate?: string;
duration?: number;
isCalendarInvite?: boolean;
isCompleted?: boolean;
owner?: string;
tags?: string;
title?: string;
type?: string;
}
| {
currency?: string;
dealValue?: number;
description?: string;
estimatedCloseDate?: string;
owner?: string;
pipeline?: "Sales";
primaryCompany?: string;
primaryContact?: string;
priority?: "High"
| "Low"
| "Medium";
source?:
| "Ads"
| "Referrals"
| "Website"
| "Word of mouth";
stage?: | "Contacted"
| "In Negotiation"
| "New (Untouched)"
| "Proposal Presented"
| "Qualified";
status?: "Open"
| "Close"
| "Lost";
tags?: string;
title?: string;
};
}Properties§
§§§§§§§§§§§§§
readonly additional Fields?:
| {
billingAddressLine1?: string;
billingAddressLine2?: string;
billingCity?: string;
billingState?: string;
billingZipCode?: string;
currency?: string;
description?: string;
facebookHandle?: string;
googlePlusHandle?: string;
linkedInHandle?: string;
otherPhone?: string;
phone?: string;
skypeId?: string;
tags?: string;
twitterHandle?: string;
website?: string;
}
| {
description?: string;
dueDate?: string;
duration?: number;
isCalendarInvite?: boolean;
isCompleted?: boolean;
tags?: string;
}
| {
dealValue?: number;
description?: string;
estimatedCloseDate?: string;
primaryCompany?: string;
priority?: "High"
| "Low"
| "Medium";
source?:
| "Ads"
| "Referrals"
| "Website"
| "Word of mouth";
tags?: string;
}§
readonly currency?: string§readonly filters?:
| {
filtersUi: {
conditions?: {
conditionsUi: {
condition?: | "EQUALS"
| "ENDS_WITH"
| "NOT_EQUALS"
| "Contains"
| "DOES_NOT_CONTAINS"
| "EMPTY"
| "NOT_EMPTY"
| "STARTS_WITH";
field?: "email"
| "name"
| "phone";
value?: string;
}[];
};
operator?: "AND"
| "OR";
};
}
| {
filtersUi: {
conditions?: {
conditionsUi: {
condition?: | "EQUALS"
| "ENDS_WITH"
| "NOT_EQUALS"
| "Contains"
| "DOES_NOT_CONTAINS"
| "EMPTY"
| "NOT_EMPTY"
| "STARTS_WITH";
field?: "tags"
| "title";
value?: string;
}[];
};
operator?: "AND"
| "OR";
};
}
| {
filtersUi: {
conditions?: {
conditionsUi: {
condition?: | "EQUALS"
| "ENDS_WITH"
| "NOT_EQUALS"
| "Contains"
| "DOES_NOT_CONTAINS"
| "EMPTY"
| "NOT_EMPTY"
| "STARTS_WITH";
field?: "tags"
| "title"
| "lastCommunicationMode";
value?: string;
}[];
};
operator?: "AND"
| "OR";
};
}Default: {} Type options: {"multipleValues":false}
readonly filters Json?: stringType options: {"alwaysOpenEditWindow":true}
readonly id?: string§readonly json Parameters?: boolean§readonly limit?: numberMax number of results to return Default: 10 Type options: {"minValue":1,"maxValue":25}
readonly name?: string§readonly operation?: "create" | "get" | "getAll" | "update" | "delete"Default: "create"
readonly options?: { ... }Default: {}
readonly owner?: stringChoose from the list, or specify an ID using an expression Type options: {"loadOptionsMethod":"getUsers"}
readonly pipeline?: "Sales"§readonly primary Contact?: stringPrimary contact for the deal. Choose from the list, or specify an ID using an expression. Type options: {"loadOptionsMethod":"getContacts"}
readonly raw Data?: booleanWhether the data should include the fields details
readonly resource?: "deal" | "company" | "activity"Default: "activity"
readonly return All?: booleanWhether to return all results or only up to a given limit
readonly stage?:
| "Contacted"
| "In Negotiation"
| "New (Untouched)"
| "Proposal Presented"
| "Qualified"§readonly status?: "Open" | "Close" | "Lost"Default: "Open"
readonly title?: string§readonly type?: stringThis field displays activity type such as call, meeting etc
readonly update Fields?:
| {
billingAddressLine1?: string;
billingAddressLine2?: string;
billingCity?: string;
billingState?: string;
billingZipCode?: string;
currency?: string;
description?: string;
facebookHandle?: string;
googlePlusHandle?: string;
linkedInHandle?: string;
name?: string;
otherPhone?: string;
owner?: string;
phone?: string;
skypeId?: string;
tags?: string;
twitterHandle?: string;
website?: string;
}
| {
description?: string;
dueDate?: string;
duration?: number;
isCalendarInvite?: boolean;
isCompleted?: boolean;
owner?: string;
tags?: string;
title?: string;
type?: string;
}
| {
currency?: string;
dealValue?: number;
description?: string;
estimatedCloseDate?: string;
owner?: string;
pipeline?: "Sales";
primaryCompany?: string;
primaryContact?: string;
priority?: "High"
| "Low"
| "Medium";
source?:
| "Ads"
| "Referrals"
| "Website"
| "Word of mouth";
stage?: | "Contacted"
| "In Negotiation"
| "New (Untouched)"
| "Proposal Presented"
| "Qualified";
status?: "Open"
| "Close"
| "Lost";
tags?: string;
title?: string;
}Default: {}
Default: {}