User Connections
A User Connection is a connection set up by a specific user to a third party that is specific to a particular user. e.g. Connecting one user’s calendar to Attio. On the server side, the secret or auth token for a User Connection is achieved by callinggetUserConnection()
.
Workspace Connections
A Workspace Connection is a connection that is valid for an entire workspace. e.g. Connecting an entire workspace to a third party SaaS product. On the server side, the secret or auth token for a Workspace Connection is achieved by callinggetWorkspaceConnection()
.