`onConnectionStarted` callback added to Link SDK
We have added a new onConnectionStarted
property to the callback functionality of the Link SDK. It is called with a Connection argument, including its connectionId
.
What's new?
When a user selects an integration and clicks Next in the Link flow deployed using our Link SDK, the onConnectionStarted
callback will pass a connectionId
to the SDK component.
This indicates that a connection has been successfully created in a pending state, allowing you to track users reaching this point in the Link flow. You can identify which integration has been selected by calling the Get connection endpoint.
Who is this relevant for?
All clients using Link SDK to deploy the auth flow in their application.
How to get started?
To implement an auth flow with our Link SDK, see Get started with Link SDK.
If you are already using Link SDK, add this callback into your component. See Use callback functions for more details.