Review checklist: getConnection docs update
Preview all pages below. Delete this file before committing.
Connectors resource page
/developers/backend/resources/connectors
- Step 3 in the intro list says
getConnection()instead ofgetAccessToken() - “Use in backend functions” section mentions
getConnection()with theconnectionConfigexplanation - Code example shows
const { accessToken } = await ...getConnection("googlecalendar")withAuthorization: \Bearer $“ - “Supported services” intro references
getConnection()with link to#getconnectionanchor - All existing content (Configure, Deploy, Supported services table, See also) is intact
SDK reference: connectors
/developers/references/sdk/docs/interfaces/connectors
-
getConnection()method appears with description, params, return type, and two examples (basic usage + Shopify) -
getAccessToken()method appears with a deprecation notice pointing togetConnection() - “Available connectors” table renders correctly in the module overview
- Integration guide links (Gmail, LinkedIn, Slack scopes; Slack connector types) work
-
ConnectorIntegrationTypeandConnectorIntegrationTypeRegistrytype sections render at the bottom
Third-party APIs page
/developers/references/sdk/getting-started/third-party-apis
- Connectors code block tab title says “Get a connection” (not “Get an access token”)
- Example uses
const { accessToken } = await ...getConnection("googlecalendar") - The
Authorizationheader usesaccessTokenvariable
Dynamic types page
/developers/references/sdk/getting-started/dynamic-types
- “Connector types” section says “retrieving connections” (not “retrieving OAuth tokens”)
- Example shows
const { accessToken } = await ...getConnection("googlecalendar")
Changelog
/developers/changelog
- New entry for March 3, 2026 with tag “SDK” appears at the top
- Title is “New:
getConnection()method for connectors” - Links to
/developers/backend/resources/connectorsand#getconnectionanchor both work - Entry sits above the SSO authentication provider entry (same date)

