Can We Share a Link for Non-Users to Connect and OAuth Account in Our Pipedream Account?

Beautiful! does my client need to be signed into pipedream for this to work?

No, check out how environments work: GitHub

my bad i was on the road i should’ve read the documentation deeper thank you!

No problem!

One last q if you have time! I successfully have pipedream connect set up now and connecting account in prod. Now i am trying to use that credential for a trigger but i am not seeing the option under the account selection to “Use end user’s auth via Connect” are connect accounts accessible in triggers or only actions?

Ah, via the builder today, only steps are able to use that end user’s auth, not triggers. That’s on the backlog, but not supported today. Separately, we’re also starting to roll out the ability to embed triggers and actions directly in your application, which means you can run actions and deploy triggers programmatically outside of our builder, via API / SDK. In that model you can deploy a trigger on behalf of an end user, but it’d be running separately from your workflows in that case.

that’s awesome!

i guess if the api of the target application has a way to programatically register endpoints this could be a work around

One quick note the “Use end user’s auth via Connect” toggle is not available on python code steps, but it is on Node code steps

Oh good catch, need to confirm if that’s just a UI issue or backend constraint…

no worries if it’s an intended feature that’s fine too, i just wanted to make sure you and the team were aware

Thanks

it’s a bit more of a manual process, but now i just register a pipedream webhook through the platform’s api and use that workflow to add the necessary x-external-user-id header to then be able to “use” the connect auth for triggers