Skip to main content

Overview

The Attio SDK has migrated from individual type imports to a unified App namespace system. This provides better organization, improved autocomplete, and clearer API structure.

What changed

Before: Individual type imports

After: App Namespace

Migration steps

1

Update your imports

Replace individual type imports with the App namespace import:

Before:

After:

2

Replace your types

Replace individual types with the corresponding type under the App namespace:

Before:

After:

Complete type mapping reference