Close menu
Explore Plans
Mobile menu Close menu
Customer.io

Create or update a person

This action will create a person in Customer.io, or update them if they already exist, setting the attributes you provide.

Developer info

API endpoint slug
customer_io.create_or_update_a_person
Filter code method
CustomerIo.createOrUpdateAPerson.skip(string?: reason)
Runtime method
runAction("customer_io.create_or_update_a_person", {})

Action fields

Person identifier Text input > Other

Label
Which person?
Helper text
The email address or Customer.io ID that identifies the person.
Slug
person_identifier
Required
true
Can have default value
true
Filter code method
CustomerIo.createOrUpdateAPerson.setPersonIdentifier(string: person_identifier)

Attributes Text input

Label
Attributes
Helper text
Attributes to set on the person, as key:value pairs (one per line, e.g. first_name:Jane).
Slug
attributes
Required
false
Can have default value
true
Filter code method
CustomerIo.createOrUpdateAPerson.setAttributes(string: attributes)