Attio

This page describes how to use Census with Attio.

🏃‍♀️ Getting Started

  1. Navigate to the Destinations page in Census and click New Destination.

  2. Select Attio from the menu.

  3. Open the Attio app in another browser tab. Navigate to Workspace Settings

    1. Select Developers from the left hand menu and click the Create a new integration button.

    2. Once the integration is created, a new access token will be available within your new integration. Copy this value.

    3. Ensure your access token has Read/Write access for Record as well as Read access for Object Configuration and Read access for User Management under the Scopes section.

  4. Return to Census and paste the access token under API Token.

🔀 Supported Objects and Behaviors

Object Name

Supported?

Sync Keys

Behaviors

Company

Any unique attribute

Update or Create

People

Any unique attribute

Update or Create

Custom Objects

Any unique attribute

Update or Create

Contact us if you want Census to support more Attio objects and/or behaviors.

Record References

Fields of type Record Reference are taken in as an array of objects. Below is an example of the expected format:

[
    {
        "target_object": "companies",
        "target_record_id": "<company uuid>"
    },
                    {
        "target_object": "people",
        "target_record_id": "<person uuid>"
    }
],

🚑 Need help connecting to Attio?

Contact us via support@getcensus.com or start a conversation with us via the in-app chat.

Last updated