Workspaces in Customer.io

Workspaces are a way of working with multiple products, sites or apps from a single Customer.io account. Everyone starts with one (its name is the same as your account name), and you can add or remove them as needed.

Add a Workspace

By default, new workspaces use both email and id as identifiersThe attributes you use to add, modify, and target people. Each unique identifier value represents an individual person in your workspace.. You can change identifiers after you create your workspace.

 If you’re on our Essentials plan…

You can create two workspaces. If you already have two workspaces, you’ll either need to upgrade to our Premium Plan or delete a workspace first.

  1. Click your workspace in the upper left corner and then click Manage all workspaces to go to the Workspaces page.
  2. Click Add.
  3. Give your new workspace a name and a custom color to help you differentiate between your workspaces.
    create-workspace.png
    create-workspace.png
  4. Set the default send behavior for the workspace:
    • Send messages normally: All messages send as defined in your workflow.
    • Test email delivery: Emails will send to a defined test address; other messaging types (Slack, webhooks, etc.) send as normal.
    • Never send messages: Message delivery is disabled.
  5. (Optional) Disable open tracking for emails. As an increasing number of email clients provide privacy settings that let people block tracking pixels, open metrics may appear misleadingly low. You can disable email open tracking at the workspace level, so that you aren’t distracted by potentially unreliable open rates. In general, we recommend that you focus on Converted and Clicked metrics instead; these metrics reliably measure customer actions based on your messages.
  6. Select the team members who can manage and access the new Workspace. You can’t disable access to a Workspace for an Admin; Admins can access all Workspaces in an account.
  7. Click Save.

When you’ve finished adding your workspace, you can switch between workspaces from the main navigation bar.

Switch workspaces

Manage Workspaces

Click your workspace in the upper left corner and then click Manage all workspaces to see a list of your workspaces. From here you can add, edit or delete workspaces (if you have more than one).

Manage workspace settings
Manage workspace settings

Edit a Workspace

To edit an existing Workspace, go to the Workspaces page and click ‘Edit’ in the Manage settings:

Edit a workspace
Edit a workspace

You can change your Workspace’s name, delivery settings or access permissions for team members. You can also change the color assigned to the Workspace to help you differentiate between them.

Delete a Workspace

Deleting a workspace permanently removes all data associated with the workspace—including campaigns, emails, people, etc. You may want to export your data before you delete a workspace.

To remove a Workspace, go to the Workspaces page and click Delete. You must type your Workspace’s name (case-sensitive) to delete it.

 Deleted workspaces are not recoverable.

Deleting a workspace permanently deletes all campaigns, emails, customers, deliveries, metrics, and data contained within a workspace. Make sure you’re prepared to lose this data before you delete a workspace.

General workspace settings

After you create a workspace, you can change settings by going to Settings > Workspace Settings > General Workspace Settings.

General workspace settings page
General workspace settings page

Enable or disable email as an identifier

New workspaces treat email as an identifierThe attributes you use to add, modify, and target people. Each unique identifier value represents an individual person in your workspace. by default, but you can disable it. Disabling email as an identifier only prevents you from using an email address to add or update people; you can still use it as an attributeA key-value pair that you associate with a person or an object—like a person’s name, the date they were created in your workspace, or a company’s billing date etc. Use attributes to target people and personalize messages. Attributes are analogous to traits in Data Pipelines..

The default configuration—in which email is an identifier—can be helpful for cases where you initially identify people who are interested in your product (leads) by email address and then assign them IDs later, when they become customers.

When you enable email as an identifier, we’ll automatically merge people who have the same address.

To enable or disable email as an identifier:

  1. Go to Settings > Workspace Settings and click General Workspace Settings.
  2. Click update your workspace next to email.
    change workspace identifiers
    change workspace identifiers
  3. Carefully read about the behaviors that will change for your workspace. When you’re ready, click Change configuration. If you’re enabling email as an identifier, we’ll merge people that have the same email addresses.

Changing your workspace configuration can take up to a day.

Behaviors for people with an email but not an ID

When you enable email or ID as identifiers, you may notice slightly different behaviors from other workspace types.

  • Reporting Webhooks: the customer_id key is null if you add a person without an ID (by email only). You should update your endpoints to use the new identifiers object. See our webhook documentation for more information.
  • Segment Source events: After you migrate, message opens, clicks, etc. for people without an id are sent with the email address as an anonymousId. You can map these anonymous events to another destination or drop them.

Allow updates to email using ID

If your workspace uses both email and ID as identifiersThe attributes you use to add, modify, and target people. Each unique identifier value represents an individual person in your workspace., this setting determines the requirements to change a person’s email after you set it. If you created your workspace after January 28, 2022, this setting is on by default.

Allow updates to email using ID setting
Allow updates to email using ID setting

In general, if you see a lot of failed “Attribute Change” requests in your workspace, or a significant number of your identify calls fail, you might try turning this setting on. You can also try enabling the Multi-identifier profile merge.

  • cio_id: you must identify a person by cio_id to change their email address.

    A person’s cio_id is set when you create them, and is immutable. It acts as a canonical identifier across changes to a person’s id or email.

    For example, imagine that a person already has an email address and you want to change it. The request on the left below identifies a person by their cio_id and would succeed. The one on the right would fail.

    Successful requestFailed request
      curl --request PUT \
      --url https://track.customer.io/api/v1/customers/cio_1234 \
      --header "Authorization: Basic $(echo -n site_id:api_key | base64)" \
      --header 'content-type: application/json' \
      --data '{"email":"new.email@example.com"}'
      curl --request PUT \
      --url https://track.customer.io/api/v1/customers/id1234 \
      --header "Authorization: Basic $(echo -n site_id:api_key | base64)" \
      --header 'content-type: application/json' \
      --data '{"email":"new.email@example.com"}'
  • cio_id or id: you can change a person’s email address in any request that includes a person’s id.

    This makes it significantly easier to change your audience’s email address using our JavaScript snippet, the API, any of our reverse ETL integrations and so on.

 This setting does not effect CSV imports

You cannot change a person’s email using a CSV import unless you use the Update setting and identify people by their cio_id.

Allow updates to IDs

If your workspace uses email as an identifierThe attributes you use to add, modify, and target people. Each unique identifier value represents an individual person in your workspace., you can change a person’s id using cio_id.

But, if your workspace does not use email as an identifier, you have to change the default setting so ids are modifiable:

  1. Go to Workspace Settings and click General Workspace Settings.
  2. Next to id, select Reference people by cio_id.
enable reference people by cio_id to allow updates to IDs
enable reference people by cio_id to allow updates to IDs

Disable open tracking

Open tracking relies on a tracking pixel—a small image—in your messages; when a user opens an email containing the tracking pixel, the image loads from a remote location and tells us that a user opened the message.

However, open tracking is not always reliable. In the interest of user privacy, Apple and the makers of other email clients have started providing options to prevent images like tracking pixels from loading when users open messages; this prevents us from tracking open events. In some cases, email clients and corporate firewalls immediately download images when a person receives an email, causing us to record an open events even if a person didn’t actually open the message.

You can go to Settings > Workspace Settings > General Workspace Settings to disable open tracking at the workspace level and prevent tracking pixels from being added to your emails entirely. This setting overrides the message-level Track opens and link clicks in this message setting. Disabling open tracking this way can help you both respect your audience’s privacy and prevent you from focusing on sometimes-unreliable open rates, as opposed to clicks or conversions.

disable open tracking when you create or manage your workspace
disable open tracking when you create or manage your workspace

When you disable open tracking, open metrics for emails may still appear in some charts or tables (in campaign metrics, etc), but will always show zero results.

Whether you continue to track opens or not, we recommend setting conversion goals for your messages and tracking link clicks as more reliable ways to determine the success of your messages and campaigns.

Workspace Permissions

If you isolate workspaces by project, client, app, or something else, you can limit your teammates’ access to certain workspaces.

Admin users can select the team members who can access and manage a workspace. You can change access settings when creating or editing a workspace or when adding new team members to the account.

Workspace access permissions
Workspace access permissions

Admins can access all Workspaces in the account. You cannot disable an admin’s access to a workspace.

FAQ

What data is shared across Workspaces?

No information is shared between Workspaces.

Workspaces are essentially separate instances of Customer.io. Each Workspace has its own people, campaigns, metrics, and other data.

How is billing calculated across Workspaces?

You are billed for the number of profiles you have and messages you send across all Workspaces on your account.

Is there any way of sharing data between Workspaces?

Workspaces are completely separate instances of Customer.io, each with their own people and associated data. This prevents sharing information and potentially messaging the wrong person. However, you can copy workflow actions across Workspaces).

What about testing? Are Workspaces a way to do that?

Although not designed specifically for testing, Workspaces can be used to set up testing/staging environments. Each Workspace is assigned its own set of API keys and are completely separate from your other Workspaces. Once you’re ready to migrate a Campaign or message from test to production, you can copy entire workflow actions from one Campaign to another across Workspaces.

Copied to clipboard!
  Contents
Is this page helpful?