Skip to content

Commit

Permalink
Update 241120-onconnectionstarted.md
Browse files Browse the repository at this point in the history
  • Loading branch information
pzaichkina authored Nov 22, 2024
1 parent 4007c15 commit d9c8837
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions blog/241120-onconnectionstarted.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ tags: ["Product", "Update"]
authors: ajacksoncodat
---

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`.
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`.

<!--truncate-->

Expand All @@ -15,7 +15,7 @@ When a user selects an integration and clicks **Next** in the Link flow deployed

![Integration Selection](/img/link/integration_selection.png)

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](https://docs.codat.io/platform-api#/operations/get-connection) endpoint.
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](/platform-api#/operations/get-connection) endpoint.

## Who is this relevant for?

Expand Down

0 comments on commit d9c8837

Please sign in to comment.