Dynamics 365 CRM / Create or Update Contact
appKey:
dynamics365-crm
actionKey:
create-or-update-contact
Action Inputs
The following parameters are available when configuring this action:
account
Account
The account to associate this contact with.
The id of the account to associate this contact with.
string | undefined
accountFilter
Search by
Required if the account find method is
filter
. The filter to search by. Accepted values are: - firstName
- lastName
- fullName
- middleName
- mobilePhone
- businessPhone
string | undefined
accountFilterValue
Search value
Required if
customerFindMethod
is set to filter
. The filter value to search by.string | undefined
accountFindMethod
Account Find Method
The method to use to find the account. Accepted values are:
filter | select
('filter' | 'select') | undefined
address1City
Address 1 City
string | undefined
address1Line1
Address 1 Line 1
string | undefined
address1Line2
Address 1 Line 2
string | undefined
address1PostalCode
Address 1 Postal Code
string | undefined
associateContactWithAccount
Associate Contact With Account
Select to associate the contact with a customer.
If true, will attempt to associate the contact with a customer depending on the customer find method used.
boolean | undefined
contactFilter
Search by
Required if the contact find method is
filter
. The filter to search by. Accepted values are: - firstName
- lastName
- fullName
- middleName
- mobilePhone
- businessPhone
string | undefined
contactFilterValue
Search value
Required if the
contactFindMethod
is filter
. The filter value to search by.string | undefined
contactFindMethod
Contact Find Method
The method to use to find the contact. Accepted values are:
filter | select
('filter' | 'select') | undefined
contactId
Contact Id
If using a
filterfind method, the id of the contact to update.
string | undefined
description
Description
string | undefined
emailAddress1
Email Address 1
string | undefined
firstName
First Name
string | undefined
jobTitle
Job Title
string | undefined
lastName
Last Name
string | undefined
mobilePhone
Mobile Phone
string | undefined
telephone1
Telephone 1
string | undefined
updateExistingContact
Update Existing Contact
Select to configure how to find and update a contact.
If true, will update the contact if found. Requires a find method to be set.
boolean | undefined