interface AgileCrmNodeParameters {
additionalFields?:
| {
addressOptions?: {
addressProperties: {
address: string;
subtype: "home"
| "postal"
| "office";
}[];
};
company?: string;
customProperties?: {
customProperty: {
name: string;
subtype?: string;
value?: string;
}[];
};
emailOptions?: {
emailProperties: {
email: string;
subtype: "work"
| "personal";
}[];
};
firstName?: string;
lastName?: string;
leadScore?: number;
phoneOptions?: {
phoneProperties: {
number: string;
subtype: | "main"
| "home"
| "work"
| "homeFax"
| "mobile"
| "other"
| "workFax";
}[];
};
starValue?: 0
| 1
| 3
| 2
| 4
| 5;
tags?: string;
title?: string;
websiteOptions?: {
websiteProperties: {
subtype:
| "facebook"
| "feed"
| "flickr"
| "github"
| "googlePlus"
| "linkedin"
| "skype"
| "twitter"
| "url"
| "xing"
| "youtube";
url: string;
}[];
};
}
| {
addressOptions?: {
addressProperties: {
address: string;
subtype: "home"
| "postal"
| "office";
}[];
};
company?: string;
customProperties?: {
customProperty: {
name: string;
subtype?: string;
value?: string;
}[];
};
emailOptions?: {
emailProperties: {
email: string;
subtype: "work"
| "personal";
}[];
};
firstName?: string;
lastName?: string;
leadScore?: number;
phoneOptions?: {
phoneProperties: {
number: string;
subtype: | "main"
| "home"
| "work"
| "homeFax"
| "mobile"
| "other"
| "workFax";
}[];
};
starValue?: 0
| 1
| 3
| 2
| 4
| 5;
tags?: string;
title?: string;
websiteOptions?: {
websiteProperties: {
subtype:
| "facebook"
| "feed"
| "flickr"
| "github"
| "googlePlus"
| "linkedin"
| "skype"
| "twitter"
| "url"
| "xing"
| "youtube";
url: string;
}[];
};
}
| {
addressOptions?: {
addressProperties: {
address: string;
subtype: "postal"
| "office";
}[];
};
customProperties?: {
customProperty: {
name: string;
subtype?: string;
value?: string;
}[];
};
email?: string;
name?: string;
phone?: string;
starValue?: 0
| 1
| 3
| 2
| 4
| 5;
tags?: string;
websiteOptions?: {
websiteProperties: {
subtype:
| "facebook"
| "feed"
| "flickr"
| "github"
| "googlePlus"
| "linkedin"
| "skype"
| "twitter"
| "url"
| "xing"
| "youtube";
url: string;
}[];
};
}
| {
addressOptions?: {
addressProperties: {
address: string;
subtype: "postal"
| "office";
}[];
};
customProperties?: {
customProperty: {
name: string;
subtype?: string;
value?: string;
}[];
};
email?: string;
name?: string;
phone?: string;
starValue?: 0
| 1
| 3
| 2
| 4
| 5;
tags?: string;
websiteOptions?: {
websiteProperties: {
subtype:
| "facebook"
| "feed"
| "flickr"
| "github"
| "googlePlus"
| "linkedin"
| "skype"
| "twitter"
| "url"
| "xing"
| "youtube";
url: string;
}[];
};
}
| {
contactIds?: string;
customData?: {
customProperty: { name: string; value?: string }[];
};
}
| {
contactIds?: string;
customData?: {
customProperty: { name: string; value?: string }[];
};
expectedValue?: number;
name?: string;
probability?: number;
};
additionalFieldsJson?: string;
closeDate?: string;
companyId?: string;
contactId?: string;
dealId?: string;
expectedValue?: number;
filterJson?: string;
filters?: {
conditions: {
condition_type?: | "AFTER"
| "BEFORE"
| "BETWEEN"
| "EQUALS"
| "LAST"
| "NOTEQUALS"
| "ON";
field?: string;
value?: string;
value2?: string;
}[];
};
filterType?: "none"
| "manual"
| "json";
jsonParameters?: boolean;
limit?: number;
matchType?: "anyFilter" | "allFilters";
milestone?: string;
name?: string;
operation?:
| "create"
| "get"
| "getAll"
| "update"
| "delete";
options?: {
sort?: {
sort: {
direction?: "ASC"
| "DESC";
field?: string;
};
};
};
probability?: number;
resource?: "contact"
| "deal"
| "company";
returnAll?: boolean;
simple?: boolean;
}
Properties§
Source§readonly additional Fields?:
| {
addressOptions?: {
addressProperties: {
address: string;
subtype: "home"
| "postal"
| "office";
}[];
};
company?: string;
customProperties?: {
customProperty: {
name: string;
subtype?: string;
value?: string;
}[];
};
emailOptions?: {
emailProperties: {
email: string;
subtype: "work"
| "personal";
}[];
};
firstName?: string;
lastName?: string;
leadScore?: number;
phoneOptions?: {
phoneProperties: {
number: string;
subtype: | "main"
| "home"
| "work"
| "homeFax"
| "mobile"
| "other"
| "workFax";
}[];
};
starValue?: 0
| 1
| 3
| 2
| 4
| 5;
tags?: string;
title?: string;
websiteOptions?: {
websiteProperties: {
subtype:
| "facebook"
| "feed"
| "flickr"
| "github"
| "googlePlus"
| "linkedin"
| "skype"
| "twitter"
| "url"
| "xing"
| "youtube";
url: string;
}[];
};
}
| {
addressOptions?: {
addressProperties: {
address: string;
subtype: "home"
| "postal"
| "office";
}[];
};
company?: string;
customProperties?: {
customProperty: {
name: string;
subtype?: string;
value?: string;
}[];
};
emailOptions?: {
emailProperties: {
email: string;
subtype: "work"
| "personal";
}[];
};
firstName?: string;
lastName?: string;
leadScore?: number;
phoneOptions?: {
phoneProperties: {
number: string;
subtype: | "main"
| "home"
| "work"
| "homeFax"
| "mobile"
| "other"
| "workFax";
}[];
};
starValue?: 0
| 1
| 3
| 2
| 4
| 5;
tags?: string;
title?: string;
websiteOptions?: {
websiteProperties: {
subtype:
| "facebook"
| "feed"
| "flickr"
| "github"
| "googlePlus"
| "linkedin"
| "skype"
| "twitter"
| "url"
| "xing"
| "youtube";
url: string;
}[];
};
}
| {
addressOptions?: {
addressProperties: {
address: string;
subtype: "postal"
| "office";
}[];
};
customProperties?: {
customProperty: {
name: string;
subtype?: string;
value?: string;
}[];
};
email?: string;
name?: string;
phone?: string;
starValue?: 0
| 1
| 3
| 2
| 4
| 5;
tags?: string;
websiteOptions?: {
websiteProperties: {
subtype:
| "facebook"
| "feed"
| "flickr"
| "github"
| "googlePlus"
| "linkedin"
| "skype"
| "twitter"
| "url"
| "xing"
| "youtube";
url: string;
}[];
};
}
| {
addressOptions?: {
addressProperties: {
address: string;
subtype: "postal"
| "office";
}[];
};
customProperties?: {
customProperty: {
name: string;
subtype?: string;
value?: string;
}[];
};
email?: string;
name?: string;
phone?: string;
starValue?: 0
| 1
| 3
| 2
| 4
| 5;
tags?: string;
websiteOptions?: {
websiteProperties: {
subtype:
| "facebook"
| "feed"
| "flickr"
| "github"
| "googlePlus"
| "linkedin"
| "skype"
| "twitter"
| "url"
| "xing"
| "youtube";
url: string;
}[];
};
}
| {
contactIds?: string;
customData?: {
customProperty: { name: string; value?: string }[];
};
}
| {
contactIds?: string;
customData?: {
customProperty: { name: string; value?: string }[];
};
expectedValue?: number;
name?: string;
probability?: number;
}
readonly additional Fields?:
| {
addressOptions?: {
addressProperties: {
address: string;
subtype: "home"
| "postal"
| "office";
}[];
};
company?: string;
customProperties?: {
customProperty: {
name: string;
subtype?: string;
value?: string;
}[];
};
emailOptions?: {
emailProperties: {
email: string;
subtype: "work"
| "personal";
}[];
};
firstName?: string;
lastName?: string;
leadScore?: number;
phoneOptions?: {
phoneProperties: {
number: string;
subtype: | "main"
| "home"
| "work"
| "homeFax"
| "mobile"
| "other"
| "workFax";
}[];
};
starValue?: 0
| 1
| 3
| 2
| 4
| 5;
tags?: string;
title?: string;
websiteOptions?: {
websiteProperties: {
subtype:
| "facebook"
| "feed"
| "flickr"
| "github"
| "googlePlus"
| "linkedin"
| "skype"
| "twitter"
| "url"
| "xing"
| "youtube";
url: string;
}[];
};
}
| {
addressOptions?: {
addressProperties: {
address: string;
subtype: "home"
| "postal"
| "office";
}[];
};
company?: string;
customProperties?: {
customProperty: {
name: string;
subtype?: string;
value?: string;
}[];
};
emailOptions?: {
emailProperties: {
email: string;
subtype: "work"
| "personal";
}[];
};
firstName?: string;
lastName?: string;
leadScore?: number;
phoneOptions?: {
phoneProperties: {
number: string;
subtype: | "main"
| "home"
| "work"
| "homeFax"
| "mobile"
| "other"
| "workFax";
}[];
};
starValue?: 0
| 1
| 3
| 2
| 4
| 5;
tags?: string;
title?: string;
websiteOptions?: {
websiteProperties: {
subtype:
| "facebook"
| "feed"
| "flickr"
| "github"
| "googlePlus"
| "linkedin"
| "skype"
| "twitter"
| "url"
| "xing"
| "youtube";
url: string;
}[];
};
}
| {
addressOptions?: {
addressProperties: {
address: string;
subtype: "postal"
| "office";
}[];
};
customProperties?: {
customProperty: {
name: string;
subtype?: string;
value?: string;
}[];
};
email?: string;
name?: string;
phone?: string;
starValue?: 0
| 1
| 3
| 2
| 4
| 5;
tags?: string;
websiteOptions?: {
websiteProperties: {
subtype:
| "facebook"
| "feed"
| "flickr"
| "github"
| "googlePlus"
| "linkedin"
| "skype"
| "twitter"
| "url"
| "xing"
| "youtube";
url: string;
}[];
};
}
| {
addressOptions?: {
addressProperties: {
address: string;
subtype: "postal"
| "office";
}[];
};
customProperties?: {
customProperty: {
name: string;
subtype?: string;
value?: string;
}[];
};
email?: string;
name?: string;
phone?: string;
starValue?: 0
| 1
| 3
| 2
| 4
| 5;
tags?: string;
websiteOptions?: {
websiteProperties: {
subtype:
| "facebook"
| "feed"
| "flickr"
| "github"
| "googlePlus"
| "linkedin"
| "skype"
| "twitter"
| "url"
| "xing"
| "youtube";
url: string;
}[];
};
}
| {
contactIds?: string;
customData?: {
customProperty: { name: string; value?: string }[];
};
}
| {
contactIds?: string;
customData?: {
customProperty: { name: string; value?: string }[];
};
expectedValue?: number;
name?: string;
probability?: number;
}
Source§readonly additional Fields Json?: string
readonly additional Fields Json?: string
Object of values to set as described here Type options: {"alwaysOpenEditWindow":true}
Source§readonly expected Value?: number
readonly expected Value?: number
Expected Value of deal Default: 1 Type options: {"minValue":0,"maxValue":1000000000000}
Source§readonly filters?: {
conditions: {
condition_type?:
| "AFTER"
| "BEFORE"
| "BETWEEN"
| "EQUALS"
| "LAST"
| "NOTEQUALS"
| "ON";
field?: string;
value?: string;
value2?: string;
}[];
}
readonly filters?: {
conditions: {
condition_type?:
| "AFTER"
| "BEFORE"
| "BETWEEN"
| "EQUALS"
| "LAST"
| "NOTEQUALS"
| "ON";
field?: string;
value?: string;
value2?: string;
}[];
}
Default: {} Type options: {"multipleValues":true}
Source§readonly limit?: number
readonly limit?: number
Max number of results to return Default: 20 Type options: {"minValue":1}
Source§readonly options?: {
sort?: {
sort: {
direction?: "ASC" | "DESC";
field?: string;
};
};
}
readonly options?: {
sort?: {
sort: {
direction?: "ASC" | "DESC";
field?: string;
};
};
}
Default: {}
Default: {}