LeafLinkLeafLink / 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'
firstName
First Name
The first name of the contact. 1-30 characters.
string
contactId
Contact Id
If using a filter find method, the id of the contact to update.
string | undefined
description
Description
An overview of the contact. 1-1500 characters.
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:
- email
- phone
string | undefined
filterValue
Search value
Required if the contactFindMethod is filter. The filter value to search by.
string | undefined
lastName
Last Name
The last name of the contact. 1-30 characters.
string | undefined
phone
Phone
The phone number of the brand. 1-400 characters.
string | undefined
phoneExtension
Phone Extension
The phone extension of the brand. 1-20 characters.
string | undefined
role
Role
Position or role at company. 1-400 characters.
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