2024-11-20: `onConnectionStarted` callback added to Link SDK
· One min read
We have added to the callback functionality of the Link SDK. The onConnectionStarted
callback will pass a connectionId
to the SDK component.
What's new?
When a user selects an integration (clicks "Next") in the Link SDK, the onConnectionStarted
callback will pass a connectionId
to the SDK component.
This indicates a connection has been successfully created in a pending state, allowing you to track users reaching this point in the link flow. By calling Get connection you can identify which integration was selected.
Who is this relevant for?
All clients using Link SDK.
How to get started?
To implement 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.