Dynamics 365 Business Central
Action: Create or Update Contact
appKey:
dynamics365BusinessCentral
actionKey:
createOrUpdateContact
Action Inputs
The following parameters are available when configuring this action:
associateContactWithCustomerboolean
If true, will attempt to associate the contact with a customer depending on the customer find method used.
contactFilterstring
Required if the contact find method is
filter
. The filter to search by. Accepted values are: - phoneNumber
- mobilePhoneNumber
- searchName
countrystring
The country code of the contact. E.g., 'US'. Note: available values are fetched for a given company's settings.
customerFilterstring
Required if the customer find method is
filter
. The filter to search by. Accepted values are: - phoneNumber
- mobilePhoneNumber
- searchName
customerFilterValuestring
Required if
customerFindMethod
is set to filter
. The filter value to search by.customerFindMethodstring
The method to use to find the customer. Accepted values are:
filter | select
typestring
The type of contact. Accepted values are:
person | company.
. Note: when associating a contact with a customer, this value is set to 'person'.>updateExistingContactboolean
If true, will update the contact if found. Requires a find method to be set.