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:
companyIdrequiredstring
The id of the company to connect to.
environmentrequiredstring
The environment to connect to. E.g., Production.
The address line 1 of the contact.
The address line 2 of the contact.
If true, will attempt to associate the contact with a customer depending on the customer find method used.
citystring
The city of the contact.
Required if the contact find method is filter. The filter to search by. Accepted values are:
- email
- phoneNumber
- mobilePhoneNumber
- searchName
Required if the contactFindMethod is filter. The filter value to search by.
contactFindMethod"filter" | "select"
The method to use to find the contact. Accepted values are: filter | select
contactIdstring
If using a
filter
find method, the id of the contact to update.
countrystring
The country code of the contact. E.g., 'US'. Note: available values are fetched for a given company's settings.
customerstring
The id of the customer to associate this contact with.
Required if the customer find method is filter. The filter to search by. Accepted values are:
- email
- phoneNumber
- mobilePhoneNumber
- searchName
Required if customerFindMethod is set to filter. The filter value to search by.
customerFindMethod"filter" | "select"
The method to use to find the customer. Accepted values are: filter | select
The display name of the contact.
emailstring
The email of the contact.
The mobile phone number of the contact.
The phone number of the contact.
The postal code of the contact.
statestring
The state of the contact.
typestring
The type of contact. Accepted values are: person | company.. Note: when associating a contact with a customer, this value is set to 'person'.
If true, will update the contact if found. Requires a find method to be set.
websitestring
The website of the contact.