Dynamics 365 Business CentralDynamics 365 Business Central / Create or Update Contact

appKey: dynamics365-business-central
actionKey: create-or-update-contact

Action Inputs

The following parameters are available when configuring this action:
companyId
Company Id
The company to connect to.
The id of the company to connect to.
string
environment
Environment
The environment to connect to.
The environment to connect to. E.g., Production.
string
The address line 1 of the contact.
string | undefined
addressLine2
Address 2
The address line 2 of the contact.
string | undefined
associateContactWithCustomer
Associate Contact With Customer
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
city
City
The city of the contact.
string | undefined
contactFilter
Search by
Required if the contact find method is filter. The filter to search by. Accepted values are:
- email
- phoneNumber
- mobilePhoneNumber
- searchName
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
filter
find method, the id of the contact to update.
string | undefined
country
Country
The country code of the contact. E.g., 'US'. Note: available values are fetched for a given company's settings.
string | undefined
customer
Customer
The customer to associate this contact with.
The id of the customer to associate this contact with.
string | undefined
Required if the customer find method is filter. The filter to search by. Accepted values are:
- email
- phoneNumber
- mobilePhoneNumber
- searchName
string | undefined
Required if customerFindMethod is set to filter. The filter value to search by.
string | undefined
customerFindMethod
Customer Find Method
The method to use to find the customer. Accepted values are: filter | select
('filter' | 'select') | undefined
displayName
Display Name
The display name of the contact.
string | undefined
email
Email
The email of the contact.
string | undefined
mobilePhoneNumber
Mobile Phone Number
The mobile phone number of the contact.
string | undefined
phoneNumber
Phone Number
The phone number of the contact.
string | undefined
postalCode
ZIP/Postal Code
The postal code of the contact.
string | undefined
state
State
The state of the contact.
string | undefined
type
Type
The type of contact. Accepted values are: person | company.. Note: when associating a contact with a customer, this value is set to 'person'.
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
website
Website
The website of the contact.
string | undefined