-
Couldn't load subscription status.
- Fork 5.5k
(docs) Invoke workflows for external users #14589
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes from 6 commits
6f1eadb
b2b0c51
7c104c4
b529c0a
2572abe
c9e6a0b
b8e1a7a
8e73fa8
32f098e
c065eb4
95975b4
d0032bd
40c73de
83ba7e1
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,10 +1,20 @@ | ||
| import Callout from '@/components/Callout' | ||
|
|
||
| # Environments | ||
|
|
||
| Pipedream Connect projects support two environments: `development` and `production`. | ||
|
|
||
| 1. Connected accounts and credentials stored in `development` remain separate from `production`. | ||
| 2. In `development`, you can use the official Pipedream OAuth apps, so you can test integrations without creating your own OAuth client. | ||
| 2. In `development`, you can use the official Pipedream OAuth clients, so you can test integrations without creating your own OAuth client, and you can also use features that are typically only available on higher paid tiers, like [running workflows on behalf of your end users](/connect/workflows). | ||
|
|
||
| ## How to specify environment | ||
|
|
||
| You specify the environment when [creating a new Connect token](/connect/api/#create-a-new-token) with the Pipedream SDK or API. By default, the enviromment is set to `production`. When users succesfully connect their account, Pipedream saves it for that `external_user_id` in the specified `project_environment`. | ||
| You specify the environment when [creating a new Connect token](/connect/api/#create-a-new-token) with the Pipedream SDK or API. By default, the enviromment is set to `production`. When users succesfully connect their account, Pipedream saves it for that `external_user_id` in the specified `environment`. | ||
|
|
||
| ## Using development mode | ||
|
|
||
| When connecting an account in `development` mode, the end user who is connecting their account must be signed in to pipedream.com. | ||
|
|
||
| <Callout type="warning"> | ||
| `development` mode should only be used by you and your team for testing. When you're ready to test with real users, switch to `production`. | ||
| </Callout> | ||
|
||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Fix typos in environment specification
There are two typos in this line:
📝 Committable suggestion