Post Customer.io profile to Slack from new Google Sheets row
This query returns a person's attributes and segment memberships from Customer.io.
Developer info
- API endpoint slug
- customer_io.look_up_a_person
- Runtime method
- performQuery("customer_io.look_up_a_person"}
Query fields
Person identifier Text input > Other
- Label
- Which person?
- Helper text
- The email address or Customer.io ID of the person to look up.
- Slug
- person_identifier
- Required
- true
- Can have default value
- true
Ingredients
Person The Customer.io ID of the person.
- Slug
- person_id
- Filter code
- CustomerIo.lookUpAPerson.PersonId
- Type
- String
- Example
- user_12345
Email The email address of the person.
- Slug
- Filter code
- CustomerIo.lookUpAPerson.Email
- Type
- String
- Example
- jane@example.com
Created at When the person was created in Customer.io.
- Slug
- created_at
- Filter code
- CustomerIo.lookUpAPerson.CreatedAt
- Type
- Date with time (ISO8601)
- Example
- 2020-07-08T04:17:06+05:00
Segments A comma-separated list of the names of the segments the person belongs to.
- Slug
- segments
- Filter code
- CustomerIo.lookUpAPerson.Segments
- Type
- String
- Example
- VIP, Newsletter
