ClozeCloze / Create Or Update Person

appKey: cloze
actionKey: create-or-update-person

Action Inputs

The following parameters are available when configuring this action:
customFields
Custom Fields
| (string | Record<string, string | boolean | boolean>)
| undefined
emails
Emails
(string | Array<Record<string, string | string>>) | undefined
filter
Search by
string | undefined
filterValue
Search value
string | undefined
findMethod
Find Method
The method to search for the record to update. Accepted values: filter | select
('filter' | 'select') | undefined
headline
Headline
string | undefined
name
Name
string | undefined
personId
Person Id
string | undefined
segment
Segment
string | undefined
stage
Stage
string | undefined
updateExistingRecord
Update Existing Record
Select to update existing records which match incoming records - otherwise a new record is created.
If true, will update an existing record if found. If the record cannot be found a new record will be created
boolean | undefined