Objects

Updated August 17, 2026

Not to be confused with JSON objects, an Object is a way to group people, like an account that people belong to, online courses that people enroll in, or recreational leagues that people can join.

This page covers object types and objects. Object types are the kinds of non-people things that you want to track in Customer.io—like companies, online classes, accounts, etc. An object is an individual thing—a single company, online class, or account—that you want to relate to one or more people.

Note

Check out our plans and how we bill to learn more about object pricing.

How it works

Objects let you group and relate data to people in your workspace, like accounts that people belong to, flights they’ve booked, or online courses they’ve enrolled in. Objects show up in the menu under People.

The left hand nav is collapsed and the object icon is highlighted underneath the people icon. On the main page, you see a list of objects in a table, each representing a company.

Each object has its own attributes that you can use with liquid to personalize messages.

For example, you might message administrators of accounts to notify them when their accounts upgrade their plans. Without objects, you’d need to set attributes or send an event for every individual member of the account. But with objects, you can handle this one-to-many relationship the easy way.

flowchart LR subgraph Account direction LR b[Admin Angela] c[Admin Oscar] d[Staff Kevin] end Account-->|<code>plan</code> is equal to <strong>premium</strong>|e[Send an automation to<br>admins of accounts] e-->f[Send message<br>to Angela] e-->g[Send message<br>to Oscar]

Quick Start

If you’re ready to try things out right away, here are the high points:

  1. Go to Custom Objects in the side menu to get started.
  2. Create an object type.
  3. Create one or more objects.
  4. Relate your objects to people.
  5. Trigger automations based on changes to objects or relationships.
    1. Check out how to reference objects in liquid.

You can also segment users by their relationships to objects.