Microsoft Dynamics Crm
Node: microsoftDynamicsCrm · Full type: n8n-nodes-base.microsoftDynamicsCrm · Version: 1
Credentials
microsoftDynamicsOAuth2Api (alias: @microsoft)
CREDENTIAL @microsoft = microsoftDynamicsOAuth2Api "My Microsoft Dynamics Crm"
Operations
Resource: account
create
| Parameter |
Type |
Default |
Details |
name |
string |
"" |
required |
additionalFields |
collection |
{} |
keys: accountcategorycode, accountratingcode, addresses, businesstypecode, customersizecode, customertypecode, ... |
options |
collection |
{} |
keys: returnFields |
delete
| Parameter |
Type |
Default |
Details |
accountId |
string |
"" |
required |
get
| Parameter |
Type |
Default |
Details |
accountId |
string |
"" |
required |
options |
collection |
{} |
keys: returnFields, expandFields |
getAll
| Parameter |
Type |
Default |
Details |
returnAll |
boolean |
false |
|
limit |
number |
5 |
|
options |
collection |
{} |
keys: returnFields, expandFields |
filters |
collection |
{} |
keys: query |
update
| Parameter |
Type |
Default |
Details |
accountId |
string |
"" |
required |
updateFields |
collection |
{} |
keys: accountcategorycode, accountratingcode, addresses, businesstypecode, customersizecode, customertypecode, ... |
options |
collection |
{} |
keys: returnFields |
Parameter Details
additionalFields children:
| Parameter |
Type |
Default |
Details |
accountcategorycode |
options |
"" |
|
accountratingcode |
options |
"" |
|
addresses |
fixedCollection |
{} |
groups: address |
businesstypecode |
options |
"" |
|
customersizecode |
options |
"" |
|
customertypecode |
options |
"" |
|
description |
string |
"" |
|
emailaddress1 |
string |
"" |
|
emailaddress2 |
string |
"" |
|
emailaddress3 |
string |
"" |
|
fax |
string |
"" |
|
ftpsiteurl |
string |
"" |
|
industrycode |
options |
"" |
|
name |
string |
"" |
|
creditlimit |
number |
"" |
|
numberofemployees |
number |
0 |
|
paymenttermscode |
options |
"" |
|
preferredappointmentdaycode |
options |
"" |
|
preferredappointmenttimecode |
options |
"" |
|
preferredcontactmethodcode |
options |
"" |
|
primarysatoriid |
string |
"" |
|
primarytwitterid |
string |
"" |
|
revenue |
number |
"" |
|
sharesoutstanding |
number |
"" |
|
shippingmethodcode |
options |
"" |
|
sic |
string |
"" |
|
stageid |
string |
"" |
|
stockexchange |
string |
"" |
|
telephone1 |
string |
"" |
|
telephone2 |
string |
"" |
|
telephone3 |
string |
"" |
|
territorycode |
options |
"" |
|
tickersymbol |
string |
"" |
|
websiteurl |
string |
"" |
|
yominame |
string |
"" |
|
options children:
| Parameter |
Type |
Default |
Details |
returnFields |
multiOptions |
[] |
|
updateFields children:
| Parameter |
Type |
Default |
Details |
accountcategorycode |
options |
"" |
|
accountratingcode |
options |
"" |
|
addresses |
fixedCollection |
{} |
groups: address |
businesstypecode |
options |
"" |
|
customersizecode |
options |
"" |
|
customertypecode |
options |
"" |
|
description |
string |
"" |
|
emailaddress1 |
string |
"" |
|
emailaddress2 |
string |
"" |
|
emailaddress3 |
string |
"" |
|
fax |
string |
"" |
|
ftpsiteurl |
string |
"" |
|
industrycode |
options |
"" |
|
name |
string |
"" |
|
creditlimit |
number |
"" |
|
numberofemployees |
number |
0 |
|
paymenttermscode |
options |
"" |
|
preferredappointmentdaycode |
options |
"" |
|
preferredappointmenttimecode |
options |
"" |
|
preferredcontactmethodcode |
options |
"" |
|
primarysatoriid |
string |
"" |
|
primarytwitterid |
string |
"" |
|
revenue |
number |
"" |
|
sharesoutstanding |
number |
"" |
|
shippingmethodcode |
options |
"" |
|
sic |
string |
"" |
|
stageid |
string |
"" |
|
stockexchange |
string |
"" |
|
telephone1 |
string |
"" |
|
telephone2 |
string |
"" |
|
telephone3 |
string |
"" |
|
territorycode |
options |
"" |
|
tickersymbol |
string |
"" |
|
websiteurl |
string |
"" |
|
yominame |
string |
"" |
|
filters children:
| Parameter |
Type |
Default |
Details |
query |
string |
"" |
|
Example
NODE "microsoftDynamicsCrm" @microsoft AS "Microsoft Dynamics Crm" {
resource: "account",
operation: "get",
name: {{ $json.name }},
accountId: {{ $json.accountId }}
}