You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -123,14 +124,17 @@ Use this option when you can't execute JavaScript or open an iFrame in your envi
123
124
124
125
The Connect Link URL opens a Pipedream-hosted page, guiding users through the account connection process. The URL is specific to the user and expires after 4 hours.
125
126
126
-
1. First, [generate a token](#generate-a-short-lived-token) for your users
127
-
2. Check out the [optional arguments](/connect/api/#create-a-new-token) to define redirect URLs on success or error
128
-
3. Extract the `connect_link_url` from the token response
129
-
4. Before returning the URL to your user, add an `app` parameter to the end of the query string:
127
+
After generating a token in the [step above](#generate-a-short-lived-token), you can use the resulting Connect Link URL. Try it below:
Make sure to add the `app` parameter to the end of the URL to specify the app.
135
+
136
+
Check out the [full API docs](/connect/api/#create-a-new-token) for all parameters you can pass when creating tokens, including setting redirect URLs for success or error cases.
0 commit comments