LeafLink / Create or Update Contact
appKey:
leaflink
actionKey:
create-or-update-contact
Action Inputs
The following parameters are available when configuring this action:
companyId
Company
Select the company which will own the contact.
The id of the company which will own the contact.
string
findMethod
Find Method
The method to use to find the contact. Accepted values are:
filter | select
'filter' | 'select'
contactId
Contact Id
If using a
filter
find method, the id of the contact to update.string | undefined
email
Email
If a contact with this email already exists, it will be updated.
The email address of the contact. 1-255 characters.
string | undefined
filter
Search by
Required if the contact find method is
filter
. The filter to search by. Accepted values are: - phone
string | undefined
filterValue
Search value
Required if the
contactFindMethod
is filter
. The filter value to search by.string | undefined
secondaryEmail
Secondary Email
The secondary email address of the contact. 1-255 characters.
string | undefined
secondaryPhone
Secondary Phone
The secondary phone number of the brand. 1-400 characters.
string | undefined
secondaryPhoneExtension
Secondary Phone Extension
The secondary phone extension of the brand. 1-20 characters.
string | undefined
updateExistingContact
Update Existing Contact
Select to update an existing contact.
If `true`, will update an existing contact using the `findMethod` and its relevant configuration.
boolean | undefined