Skip to content

Commit 50d817c

Browse files
Fixing redirect rules (#16460)
* Fixing redirect rules * Update apps.mdx
1 parent 1b10426 commit 50d817c

File tree

5 files changed

+86
-37
lines changed

5 files changed

+86
-37
lines changed

docs-v2/next.config.mjs

+4-34
Original file line numberDiff line numberDiff line change
@@ -54,16 +54,6 @@ export default withNextra({
5454
destination: "/integrations/apps/",
5555
permanent: true,
5656
},
57-
{
58-
source: "/apps/",
59-
destination: "/integrations/apps/",
60-
permanent: true,
61-
},
62-
{
63-
source: "/apps/app-partners/",
64-
destination: "/integrations/app-partners/",
65-
permanent: true,
66-
},
6757
{
6858
source: "/apps/guide/requesting-additional-oauth-scopes/",
6959
destination: "/integrations/oauth-clients/",
@@ -184,11 +174,6 @@ export default withNextra({
184174
destination: "/workflows/data-management/destinations/:path*/",
185175
permanent: true,
186176
},
187-
{
188-
source: "/projects/",
189-
destination: "/workflows/projects/",
190-
permanent: true,
191-
},
192177
{
193178
source: "/projects/git/",
194179
destination: "/workflows/git/",
@@ -204,11 +189,6 @@ export default withNextra({
204189
destination: "/workflows/data-management/file-stores/:path*/",
205190
permanent: true,
206191
},
207-
{
208-
source: "/projects/:path*/",
209-
destination: "/workflows/projects/:path*/",
210-
permanent: true,
211-
},
212192
{
213193
source: "/event-history/",
214194
destination: "/workflows/event-history/",
@@ -376,11 +356,6 @@ export default withNextra({
376356
destination: "/workflows/git/",
377357
permanent: true,
378358
},
379-
{
380-
source: "/workspaces/",
381-
destination: "/workflows/workspaces/",
382-
permanent: true,
383-
},
384359
{
385360
source: "/workspaces/okta/",
386361
destination: "/workflows/workspaces/sso/okta/",
@@ -396,11 +371,6 @@ export default withNextra({
396371
destination: "/workflows/workspaces/sso/saml/",
397372
permanent: true,
398373
},
399-
{
400-
source: "/workspaces/:path*/",
401-
destination: "/workflows/workspaces/:path*/",
402-
permanent: true,
403-
},
404374
{
405375
source: "/workspaces-and-credits-faq/",
406376
destination: "/pricing/faq/",
@@ -522,13 +492,13 @@ export default withNextra({
522492
permanent: true,
523493
},
524494
{
525-
source: "/workflows/projects/:path*/",
526-
destination: "/projects/:path*/",
495+
source: "/workflows/projects/",
496+
destination: "/projects/",
527497
permanent: true,
528498
},
529499
{
530-
source: "/workflows/projects/",
531-
destination: "/projects/",
500+
source: "/workflows/projects/:path*/",
501+
destination: "/projects/:path*/",
532502
permanent: true,
533503
},
534504
{

docs-v2/pages/apps/_meta.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
export default {
2-
"apps": "Integrated Apps",
2+
"index": "Integrated Apps",
33
"connected-accounts": "Connected Accounts",
44
"oauth-clients": "OAuth Clients",
55
"external-auth": {

docs-v2/pages/apps/apps.mdx

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ But Pipedream-integrated apps provide a few benefits:
1212

1313
## Premium Apps
1414

15-
The vast majority of integrated apps on Pipedream are free to use in your workflows across any plan. However, in order to use any of the below apps in an active workflow, your workspace will need to have access to [Premium Apps](https://pipedream.com/pricing):
15+
The vast majority of integrated apps on Pipedream are free to use in your workflows across any plan. However, to use any of the below apps in an active workflow, your workspace will need to have access to [Premium Apps](https://pipedream.com/pricing):
1616

1717
- [ActiveCampaign](https://pipedream.com/apps/activecampaign)
1818
- [ADP](https://pipedream.com/apps/adp)

docs-v2/pages/apps/index.mdx

+79
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,79 @@
1+
import Callout from '@/components/Callout'
2+
3+
# Integrated Apps
4+
5+
Pipedream has built-in integrations with more than {process.env.PUBLIC_APPS} apps. Since you can [write any code](/workflows/building-workflows/code/nodejs/) on Pipedream, and pass API keys or credentials using [environment variables](/workflows/environment-variables/), you can connect to virtually any service, so the list is not exhaustive.
6+
7+
But Pipedream-integrated apps provide a few benefits:
8+
9+
- You can [connect the app once](/apps/connected-accounts/) and [link that connected account to any step of a workflow](/apps/connected-accounts/#connecting-accounts)
10+
- Pipedream provides [pre-built actions](/components/contributing/#actions) that wrap common operations for the app. You shouldn't have to write the code to send a message to Slack, or add a new row to a Google Sheet, so actions make that easy. Actions are just code, so you can fork and modify them, or even [publish your own to the Pipedream community](/components/contributing/).
11+
- [You have access to your API keys and access tokens in code steps](/workflows/building-workflows/code/nodejs/auth/), so you can write any code to authorize custom requests to these apps.
12+
13+
## Premium Apps
14+
15+
The vast majority of integrated apps on Pipedream are free to use in your workflows across any plan. However, in order to use any of the below apps in an active workflow, your workspace will need to have access to [Premium Apps](https://pipedream.com/pricing):
16+
17+
- [ActiveCampaign](https://pipedream.com/apps/activecampaign)
18+
- [ADP](https://pipedream.com/apps/adp)
19+
- [Amazon Advertising](https://pipedream.com/apps/amazon_advertising)
20+
- [Asana](https://pipedream.com/apps/asana)
21+
- [AWS](https://pipedream.com/apps/aws)
22+
- [Azure OpenAI Service](https://pipedream.com/apps/azure-openai-service)
23+
- [BigCommerce](https://pipedream.com/apps/bigcommerce)
24+
- [Cisco Webex](https://pipedream.com/apps/cisco-webex)
25+
- [Cisco Webex (Custom App)](https://pipedream.com/apps/cisco-webex-custom-app)
26+
- [Close](https://pipedream.com/apps/close)
27+
- [Cloudinary](https://pipedream.com/apps/cloudinary)
28+
- [Customer.io](https://pipedream.com/apps/customer-io)
29+
- [Datadog](https://pipedream.com/apps/datadog)
30+
- [dbt Cloud](https://pipedream.com/apps/dbt)
31+
- [ERPNext](https://pipedream.com/apps/erpnext)
32+
- [Exact](https://pipedream.com/apps/exact)
33+
- [Freshdesk](https://pipedream.com/apps/freshdesk)
34+
- [Google Cloud](https://pipedream.com/apps/google-cloud)
35+
- [Gorgias](https://pipedream.com/apps/gorgias-oauth)
36+
- [HubSpot](https://pipedream.com/apps/hubspot)
37+
- [Intercom](https://pipedream.com/apps/intercom)
38+
- [Jira](https://pipedream.com/apps/jira)
39+
- [Jira Service Desk](https://pipedream.com/apps/jira-service-desk)
40+
- [Klaviyo](https://pipedream.com/apps/klaviyo)
41+
- [Linkedin](https://pipedream.com/apps/linkedin)
42+
- [Linkedin Ads](https://pipedream.com/apps/linkedin-ads)
43+
- [Mailchimp](https://pipedream.com/apps/mailchimp)
44+
- [Mailgun](https://pipedream.com/apps/mailgun)
45+
- [MongoDB](https://pipedream.com/apps/mongodb)
46+
- [Outreach](https://pipedream.com/apps/outreach)
47+
- [PagerDuty](https://pipedream.com/apps/pagerduty)
48+
- [Pinterest](https://pipedream.com/apps/pinterest)
49+
- [Pipedrive](https://pipedream.com/apps/pipedrive)
50+
- [Pipefy](https://pipedream.com/apps/pipefy)
51+
- [Propeller](https://pipedream.com/apps/propeller)
52+
- [Quickbooks](https://pipedream.com/apps/quickbooks)
53+
- [Rebrandly](https://pipedream.com/apps/rebrandly)
54+
- [ReCharge](https://pipedream.com/apps/recharge)
55+
- [Salesforce (REST API)](https://pipedream.com/apps/salesforce_rest_api)
56+
- [Segment](https://pipedream.com/apps/segment)
57+
- [SendinBlue](https://pipedream.com/apps/sendinblue)
58+
- [ServiceNow](https://pipedream.com/apps/servicenow)
59+
- [ShipStation](https://pipedream.com/apps/shipstation)
60+
- [Shopify](https://pipedream.com/apps/shopify)
61+
- [Snowflake](https://pipedream.com/apps/snowflake)
62+
- [Stripe](https://pipedream.com/apps/stripe)
63+
- [Twilio SendGrid](https://pipedream.com/apps/sendgrid)
64+
- [WhatsApp Business](https://pipedream.com/apps/whatsapp-business)
65+
- [WooCommerce](https://pipedream.com/apps/woocommerce)
66+
- [Xero Accounting](https://pipedream.com/apps/xero_accounting_api)
67+
- [Zendesk](https://pipedream.com/apps/zendesk)
68+
- [Zoom Admin](https://pipedream.com/apps/zoom_admin)
69+
- [Zoho Books](https://pipedream.com/apps/zoho_books)
70+
- [Zoho CRM](https://pipedream.com/apps/zoho_crm)
71+
- [Zoho People](https://pipedream.com/apps/zoho_people)
72+
- [Zoho SalesIQ](https://pipedream.com/apps/zoho_salesiq)
73+
74+
<Callout type="info">
75+
Missing an integration?
76+
If we don't have an integration for an app that you'd like to see, please [let us know](https://pipedream.com/support) or [contribute it to the source available Pipedream registry](/components/contributing/).
77+
</Callout>
78+
79+
**Check out the full list of integrated apps [here](https://pipedream.com/apps).**

docs-v2/pages/glossary.mdx

+1-1
Original file line numberDiff line numberDiff line change
@@ -332,7 +332,7 @@ A [connected account](#connected-account) that uses OAuth to authenticate with a
332332

333333
### Premium apps
334334

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/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](/apps/#premium-apps).
336336

337337
### Project
338338

0 commit comments

Comments
 (0)