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
Copy file name to clipboardExpand all lines: docs-v2/pages/account/user-settings.mdx
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -82,4 +82,4 @@ For example, you can:
82
82
83
83
## Environment Variables
84
84
85
-
Environment variables allow you to securely store secrets or other config values that you can access in Pipedream workflows via `process.env`. [Read more about environment variables here](/environment-variables/).
85
+
Environment variables allow you to securely store secrets or other config values that you can access in Pipedream workflows via `process.env`. [Read more about environment variables here](/workflows/environment-variables/).
Copy file name to clipboardExpand all lines: docs-v2/pages/connect/api.mdx
+9-9Lines changed: 9 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,7 +7,7 @@ Pipedream provides a TypeScript SDK and a REST API to interact with the Connect
7
7
8
8
## REST API base URL
9
9
10
-
Pipedream Connect resources are scoped to [projects](/projects), so you'll need to pass [the project's ID](/projects#finding-your-projects-id) as a part of the base URL:
10
+
Pipedream Connect resources are scoped to [projects](/projects), so you'll need to pass [the project's ID](/workflows/projects#finding-your-projects-id) as a part of the base URL:
The ID or name slug the app you'd like to retrieve. For example, Slack's unique app ID is `app_OkrhR1`, and its name slug is `slack`.
404
404
405
-
You can find the app's ID in the response from the [List apps](/rest-api#list-apps) endpoint, and the name slug under the **Authentication** section of any [app page](https://pipedream.com/apps).
405
+
You can find the app's ID in the response from the [List apps](/workflows/rest-api#list-apps) endpoint, and the name slug under the **Authentication** section of any [app page](https://pipedream.com/apps).
406
406
407
407
---
408
408
@@ -661,7 +661,7 @@ GET /{project_id}/accounts/{account_id}
Copy file name to clipboardExpand all lines: docs-v2/pages/connect/components.mdx
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -33,7 +33,7 @@ Check out the [public demo app](https://pdrm.co/connect) to see the API and SDK
33
33
<Callouttype="info">
34
34
Refer to the [Connect API docs](/connect/api) for the full API reference. Below is a quickstart with a few specific examples.
35
35
36
-
You can skip steps 1 and 2 if you already know the component you want to use or if you'd prefer to [pass a natural language prompt to Pipedream's component search API](/rest-api#search-for-registry-components).
36
+
You can skip steps 1 and 2 if you already know the component you want to use or if you'd prefer to [pass a natural language prompt to Pipedream's component search API](/workflows/rest-api#search-for-registry-components).
Copy file name to clipboardExpand all lines: docs-v2/pages/connect/managed-auth/oauth-clients.mdx
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -28,7 +28,7 @@ For any OAuth app that supports it, **you can always use your own client.** Your
28
28
29
29
## Using a custom OAuth client
30
30
31
-
1. Follow the steps [here](/workflows/integrations/connected-accounts/oauth-clients#configuring-custom-oauth-clients) to create an OAuth client in Pipedream.
31
+
1. Follow the steps [here](/workflows/integrations/oauth-clients#configuring-custom-oauth-clients) to create an OAuth client in Pipedream.
32
32
2. When connecting an account either via the [frontend SDK](/connect/managed-auth/quickstart#use-the-pipedream-sdk-in-your-frontend), make sure to include the `oauthAppId` in `pd.connectAccount()`.
33
33
3. If using [Connect Link](/connect/managed-auth/quickstart#or-use-connect-link), make sure to include the `oauthAppId` in the URL.
Workflows are sequences of [steps](/workflows/steps)[triggered by an event](/docs/workflows/visual-builder/triggers), like an HTTP request, or new rows in a Google sheet.
18
+
Workflows are sequences of [steps](/workflows/steps)[triggered by an event](/workflows/visual-builder/triggers), like an HTTP request, or new rows in a Google sheet.
19
19
20
20
You can use [pre-built actions](/workflows/actions/) or custom [Node.js](/workflows/visual-builder/code/nodejs/), [Python](/workflows/visual-builder/code/python), [Golang](/workflows/visual-builder/code/go/), or [Bash](/workflows/visual-builder/code/bash/) code in workflows and connect to any of our {process.env.PUBLIC_APPS} integrated apps.
Copy file name to clipboardExpand all lines: docs-v2/pages/glossary.mdx
+16-16Lines changed: 16 additions & 16 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -130,11 +130,11 @@ A workflow setting that allows you to configure how long Pipedream stores event
130
130
131
131
### Delay
132
132
133
-
[A built-in service](/workflows/control-flow/delay) that lets you pause a workflow for a specified amount of time. You can delay workflows using pre-built actions, or delay in code.
133
+
[A built-in service](/workflows/visual-builder/control-flow/delay) that lets you pause a workflow for a specified amount of time. You can delay workflows using pre-built actions, or delay in code.
134
134
135
135
### Destination
136
136
137
-
[Destinations](/destinations) are built-in services that abstract the delivery and connection logic required to send events to services like Amazon S3, or targets like HTTP and email.
137
+
[Destinations](/workflows/data-management/destinations) are built-in services that abstract the delivery and connection logic required to send events to services like Amazon S3, or targets like HTTP and email.
138
138
139
139
### Domain
140
140
@@ -146,7 +146,7 @@ Synonum for [custom domain](#custom-domain).
146
146
147
147
### Deploy key
148
148
149
-
When you configure [GitHub Sync](#github-sync), you can use a deploy key to authenticate Pipedream with your GitHub repository. [See the docs](/workflows/projects/git#create-a-new-project-and-enable-github-sync) for more details.
149
+
When you configure [GitHub Sync](#github-sync), you can use a deploy key to authenticate Pipedream with your GitHub repository. [See the docs](/workflows/git#create-a-new-project-and-enable-github-sync) for more details.
150
150
151
151
## E
152
152
@@ -183,15 +183,15 @@ Events are emitted by [sources](#event-source) and consumed by workflows. Events
183
183
184
184
### Event context
185
185
186
-
Metadata about a workflow execution, including the timestamp of the event, the event ID, and more. Exposed in [`steps.trigger.context`](/docs/workflows/visual-builder/triggers#stepstriggercontext).
186
+
Metadata about a workflow execution, including the timestamp of the event, the event ID, and more. Exposed in [`steps.trigger.context`](/workflows/visual-builder/triggers#stepstriggercontext).
187
187
188
188
### Event data
189
189
190
-
The content of the event, exposed in [`steps.trigger.event`](/docs/workflows/visual-builder/triggers).
190
+
The content of the event, exposed in [`steps.trigger.event`](/workflows/visual-builder/triggers).
191
191
192
192
### Event history
193
193
194
-
A log of all workflow events and executions, available in the [event inspector](#inspector) or the global [event history UI](/event-history).
194
+
A log of all workflow events and executions, available in the [event inspector](#inspector) or the global [event history UI](/workflows/event-history).
195
195
196
196
### Event queue
197
197
@@ -222,7 +222,7 @@ Depending on the context, **export** can function as a noun or verb:
222
222
223
223
### Expression
224
224
225
-
In programming, expressions are code that resolve to a value. In Pipedream, [you can use expressions within props forms](/workflows/using-props#entering-expressions) to reference prior steps or compute custom values at runtime.
225
+
In programming, expressions are code that resolve to a value. In Pipedream, [you can use expressions within props forms](/workflows/visual-builder/using-props#entering-expressions) to reference prior steps or compute custom values at runtime.
226
226
227
227
### External credentials
228
228
@@ -254,7 +254,7 @@ Press `Ctrl + K` or `Cmd + K` to open the global search bar in the Pipedream UI.
254
254
255
255
### GitHub Sync
256
256
257
-
When enabled on a [project](#project), GitHub Sync syncs the project's workflow code with a GitHub repository. [See the docs](/workflows/projects/git) for more details.
257
+
When enabled on a [project](#project), GitHub Sync syncs the project's workflow code with a GitHub repository. [See the docs](/workflows/git) for more details.
258
258
259
259
### Golang runtime
260
260
@@ -304,7 +304,7 @@ A resource that listens for events emitted by [emitters](#emitter). Listeners ca
304
304
305
305
### Logs
306
306
307
-
Standard output and error logs generated by steps during a workflow execution. Logs are available as a part of the step execution details in the [event inspector](#inspector) or the global [event history UI](/event-history).
307
+
Standard output and error logs generated by steps during a workflow execution. Logs are available as a part of the step execution details in the [event inspector](#inspector) or the global [event history UI](/workflows/event-history).
308
308
309
309
## M
310
310
@@ -332,15 +332,15 @@ A [connected account](#connected-account) that uses OAuth to authenticate with a
332
332
333
333
### Premium apps
334
334
335
-
Pipedream's built-in [integrations](#integrations) that require a paid plan to use. [See the pricing page](https://pipedream.com/pricing) for more details and the [full list of premium apps](/apps#premium-apps).
335
+
Pipedream's built-in [integrations](#integrations) that require a paid plan to use. [See the pricing page](https://pipedream.com/pricing) for more details and the [full list of premium apps](/workflows/integrations/apps#premium-apps).
336
336
337
337
### Project
338
338
339
339
A container for workflows, secrets, and other resources in Pipedream. Projects can be synced with a GitHub repository using [GitHub Sync](#github-sync). [See the docs](/projects) for more details.
340
340
341
341
### Project-based access control
342
342
343
-
You can restrict access to projects to specific individuals or share with the entire workspace. [See the docs](/projects#access-controls) for more details.
343
+
You can restrict access to projects to specific individuals or share with the entire workspace. [See the docs](/workflows/projects#access-controls) for more details.
344
344
345
345
### Project changelog
346
346
@@ -372,7 +372,7 @@ Pipedream's internal code in the [execution environment](#execution-environment)
372
372
373
373
### Object explorer
374
374
375
-
The [builder](#builder) UI that allows you to search objects [exported](#export) from prior steps. [See the docs](/workflows/using-props#use-the-object-explorer) for more details.
375
+
The [builder](#builder) UI that allows you to search objects [exported](#export) from prior steps. [See the docs](/workflows/visual-builder/using-props#use-the-object-explorer) for more details.
376
376
377
377
## Q
378
378
@@ -406,11 +406,11 @@ Synonym for [event source](#event-source).
406
406
407
407
### Step export
408
408
409
-
JSON-serializable data returned from steps, available in future steps of a workflow. [See the docs](/workflows/steps#step-exports) for more details.
409
+
JSON-serializable data returned from steps, available in future steps of a workflow. [See the docs](/workflows#step-exports) for more details.
410
410
411
411
### Step notes
412
412
413
-
[Step notes](/workflows/steps#step-notes) are Markdown notes you can add to a step to document its purpose.
413
+
[Step notes](/workflows#step-notes) are Markdown notes you can add to a step to document its purpose.
414
414
415
415
### Subscription
416
416
@@ -440,7 +440,7 @@ Triggers process data from third-party APIs and [emit](#emit) [events](#event) t
440
440
441
441
### Two-factor authentication (2FA)
442
442
443
-
Two-factor authentication. [Configure 2FA](/user-settings#two-factor-authentication) to add an extra layer of security to your Pipedream account.
443
+
Two-factor authentication. [Configure 2FA](/account/user-settings#two-factor-authentication) to add an extra layer of security to your Pipedream account.
444
444
445
445
## U
446
446
@@ -462,7 +462,7 @@ You create a workspace when you sign up for Pipedream. Workspaces contain projec
462
462
463
463
### Workspace admin
464
464
465
-
A workspace can have multiple [admins](/workspaces#promoting-a-member-to-admin), who can administer the workspace, manage billing, and more.
465
+
A workspace can have multiple [admins](/workflows/workspaces#promoting-a-member-to-adminn), who can administer the workspace, manage billing, and more.
Copy file name to clipboardExpand all lines: docs-v2/pages/hidden/scheduling-future-tasks/index.mdx
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -13,7 +13,7 @@ To [schedule a new task](#scheduling-a-task), just send an HTTP `POST` request t
13
13
}
14
14
```
15
15
16
-
When the timestamp arrives and the task is invoked, the source will emit the payload passed in your original, scheduled request. This allows you to trigger [a Pipedream workflow](/workflows/) at the scheduled time, passing the `message` and `timestamp` to the workflow as an [incoming event](/docs/workflows/visual-builder/triggers/).
16
+
When the timestamp arrives and the task is invoked, the source will emit the payload passed in your original, scheduled request. This allows you to trigger [a Pipedream workflow](/workflows/) at the scheduled time, passing the `message` and `timestamp` to the workflow as an [incoming event](/workflows/visual-builder/triggers/).
17
17
18
18
You can also listen for these events in your own app / infra, by [subscribing to your source's SSE stream](/api/sse/). Each time a scheduled task is emitted from your Pipedream source, it also emits a message to that SSE stream. Any application (a Docker container, a Rails app, etc.) listening to that SSE stream can react to that message to run whatever code you'd like.
19
19
@@ -177,4 +177,4 @@ Scheduled tasks are emitted by the event source as events, which you can consume
Copy file name to clipboardExpand all lines: docs-v2/pages/index.mdx
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -50,7 +50,7 @@ Our [community](https://pipedream.com/community) uses Pipedream for a wide varie
50
50
51
51
## Source-available
52
52
53
-
Pipedream maintains a [source-available component registry](https://github.com/pipedreamhq/pipedream/) on GitHub so you can avoid writing boilerplate code for common API integrations. Use components as no code building blocks in workflows, or use them to scaffold code that you can customize. You can also [create a PR to contribute new components](/apps/contributing/#contribution-process) via GitHub.
53
+
Pipedream maintains a [source-available component registry](https://github.com/pipedreamhq/pipedream/) on GitHub so you can avoid writing boilerplate code for common API integrations. Use components as no code building blocks in workflows, or use them to scaffold code that you can customize. You can also [create a PR to contribute new components](/workflows/contributing#contribution-process) via GitHub.
Copy file name to clipboardExpand all lines: docs-v2/pages/pricing/faq.mdx
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -12,7 +12,7 @@ Pipedream charges credits proportional to the memory configuration. If you run y
12
12
13
13
When you upgrade to a paid tier, Stripe will immediately charge your payment method on file for the platform fee tied to your plan (see [https://pipedream.com/pricing](https://pipedream.com/pricing))
14
14
15
-
If you accrue any [additional credits](#additional-credits), that usage is reported to Stripe throughout the [billing period](/pricing/#billing-period). That overage, as well as the next platform fee, is charged at the start of the _next_ billing period.
15
+
If you accrue any [additional credits](/pricing#additional-credits), that usage is reported to Stripe throughout the [billing period](/pricing/#billing-period). That overage, as well as the next platform fee, is charged at the start of the _next_ billing period.
16
16
17
17
## Do any plans support payment by invoice, instead of credit / debit card?
0 commit comments