Tool to create or update person records using a unique attribute to search for existing people. Use when you want to ensure a person exists with specific details without creating duplicates.
valuesRequiredobjectDictionary of attribute slugs to values. **CRITICAL**: The matching attribute specified in 'matching_attribute' MUST be included in the values. **ATTRIBUTE FORMATS**: (1) 'email_addresses': Use [{'email_address': 'john@example.com'}] or ['john@example.com']. (2) 'name': Use [{'f…
matching_attributeRequiredstringThe ID or slug of the unique attribute to check if a person already exists. For person records, email_addresses is the only unique attribute by default. If a person is found with the same value for this attribute, that person will be updated. If no person with the same value is…
dataRequiredData from the action execution
errorstringError if any occurred during the execution of the action
successfulRequiredbooleanWhether or not the action execution was successful or not
OAuth connection. Risk level 2 of 5.
Free Action
No published Skills explicitly reference this Action yet.