Skip to content

Commit

Permalink
Add webhook_uri to webhook_uri (#14296)
Browse files Browse the repository at this point in the history
  • Loading branch information
bzwrk authored Oct 14, 2024
1 parent 29c4dcd commit 653b81d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
2 changes: 1 addition & 1 deletion packages/sdk/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@pipedream/sdk",
"version": "0.1.7",
"version": "0.1.8",
"description": "Pipedream SDK",
"main": "dist/server/index.js",
"module": "dist/server/index.js",
Expand Down
5 changes: 5 additions & 0 deletions packages/sdk/src/server/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,11 @@ export type ConnectTokenCreateOpts = {
* The optional url to redirect the user to upon failed connection.
*/
error_redirect_uri?: string;

/**
* An optional webhook uri that Pipedream can invoke on success or failure of connection requests.
*/
webhook_uri?: string;
};

export type AppInfo = {
Expand Down

0 comments on commit 653b81d

Please sign in to comment.