Skip to content

Fixing redirect rules #16460

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

Merged
merged 2 commits into from
Apr 27, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
38 changes: 4 additions & 34 deletions docs-v2/next.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -54,16 +54,6 @@ export default withNextra({
destination: "/integrations/apps/",
permanent: true,
},
{
source: "/apps/",
destination: "/integrations/apps/",
permanent: true,
},
{
source: "/apps/app-partners/",
destination: "/integrations/app-partners/",
permanent: true,
},
{
source: "/apps/guide/requesting-additional-oauth-scopes/",
destination: "/integrations/oauth-clients/",
Expand Down Expand Up @@ -184,11 +174,6 @@ export default withNextra({
destination: "/workflows/data-management/destinations/:path*/",
permanent: true,
},
{
source: "/projects/",
destination: "/workflows/projects/",
permanent: true,
},
{
source: "/projects/git/",
destination: "/workflows/git/",
Expand All @@ -204,11 +189,6 @@ export default withNextra({
destination: "/workflows/data-management/file-stores/:path*/",
permanent: true,
},
{
source: "/projects/:path*/",
destination: "/workflows/projects/:path*/",
permanent: true,
},
{
source: "/event-history/",
destination: "/workflows/event-history/",
Expand Down Expand Up @@ -376,11 +356,6 @@ export default withNextra({
destination: "/workflows/git/",
permanent: true,
},
{
source: "/workspaces/",
destination: "/workflows/workspaces/",
permanent: true,
},
{
source: "/workspaces/okta/",
destination: "/workflows/workspaces/sso/okta/",
Expand All @@ -396,11 +371,6 @@ export default withNextra({
destination: "/workflows/workspaces/sso/saml/",
permanent: true,
},
{
source: "/workspaces/:path*/",
destination: "/workflows/workspaces/:path*/",
permanent: true,
},
{
source: "/workspaces-and-credits-faq/",
destination: "/pricing/faq/",
Expand Down Expand Up @@ -522,13 +492,13 @@ export default withNextra({
permanent: true,
},
{
source: "/workflows/projects/:path*/",
destination: "/projects/:path*/",
source: "/workflows/projects/",
destination: "/projects/",
permanent: true,
},
{
source: "/workflows/projects/",
destination: "/projects/",
source: "/workflows/projects/:path*/",
destination: "/projects/:path*/",
permanent: true,
},
{
Expand Down
2 changes: 1 addition & 1 deletion docs-v2/pages/apps/_meta.tsx
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
export default {
"apps": "Integrated Apps",
"index": "Integrated Apps",
"connected-accounts": "Connected Accounts",
"oauth-clients": "OAuth Clients",
"external-auth": {
Expand Down
2 changes: 1 addition & 1 deletion docs-v2/pages/apps/apps.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ But Pipedream-integrated apps provide a few benefits:

## Premium Apps

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):
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):

- [ActiveCampaign](https://pipedream.com/apps/activecampaign)
- [ADP](https://pipedream.com/apps/adp)
Expand Down
79 changes: 79 additions & 0 deletions docs-v2/pages/apps/index.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,79 @@
import Callout from '@/components/Callout'

# Integrated Apps

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.

But Pipedream-integrated apps provide a few benefits:

- 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)
- 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/).
- [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.

## Premium Apps

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):

- [ActiveCampaign](https://pipedream.com/apps/activecampaign)
- [ADP](https://pipedream.com/apps/adp)
- [Amazon Advertising](https://pipedream.com/apps/amazon_advertising)
- [Asana](https://pipedream.com/apps/asana)
- [AWS](https://pipedream.com/apps/aws)
- [Azure OpenAI Service](https://pipedream.com/apps/azure-openai-service)
- [BigCommerce](https://pipedream.com/apps/bigcommerce)
- [Cisco Webex](https://pipedream.com/apps/cisco-webex)
- [Cisco Webex (Custom App)](https://pipedream.com/apps/cisco-webex-custom-app)
- [Close](https://pipedream.com/apps/close)
- [Cloudinary](https://pipedream.com/apps/cloudinary)
- [Customer.io](https://pipedream.com/apps/customer-io)
- [Datadog](https://pipedream.com/apps/datadog)
- [dbt Cloud](https://pipedream.com/apps/dbt)
- [ERPNext](https://pipedream.com/apps/erpnext)
- [Exact](https://pipedream.com/apps/exact)
- [Freshdesk](https://pipedream.com/apps/freshdesk)
- [Google Cloud](https://pipedream.com/apps/google-cloud)
- [Gorgias](https://pipedream.com/apps/gorgias-oauth)
- [HubSpot](https://pipedream.com/apps/hubspot)
- [Intercom](https://pipedream.com/apps/intercom)
- [Jira](https://pipedream.com/apps/jira)
- [Jira Service Desk](https://pipedream.com/apps/jira-service-desk)
- [Klaviyo](https://pipedream.com/apps/klaviyo)
- [Linkedin](https://pipedream.com/apps/linkedin)
- [Linkedin Ads](https://pipedream.com/apps/linkedin-ads)
- [Mailchimp](https://pipedream.com/apps/mailchimp)
- [Mailgun](https://pipedream.com/apps/mailgun)
- [MongoDB](https://pipedream.com/apps/mongodb)
- [Outreach](https://pipedream.com/apps/outreach)
- [PagerDuty](https://pipedream.com/apps/pagerduty)
- [Pinterest](https://pipedream.com/apps/pinterest)
- [Pipedrive](https://pipedream.com/apps/pipedrive)
- [Pipefy](https://pipedream.com/apps/pipefy)
- [Propeller](https://pipedream.com/apps/propeller)
- [Quickbooks](https://pipedream.com/apps/quickbooks)
- [Rebrandly](https://pipedream.com/apps/rebrandly)
- [ReCharge](https://pipedream.com/apps/recharge)
- [Salesforce (REST API)](https://pipedream.com/apps/salesforce_rest_api)
- [Segment](https://pipedream.com/apps/segment)
- [SendinBlue](https://pipedream.com/apps/sendinblue)
- [ServiceNow](https://pipedream.com/apps/servicenow)
- [ShipStation](https://pipedream.com/apps/shipstation)
- [Shopify](https://pipedream.com/apps/shopify)
- [Snowflake](https://pipedream.com/apps/snowflake)
- [Stripe](https://pipedream.com/apps/stripe)
- [Twilio SendGrid](https://pipedream.com/apps/sendgrid)
- [WhatsApp Business](https://pipedream.com/apps/whatsapp-business)
- [WooCommerce](https://pipedream.com/apps/woocommerce)
- [Xero Accounting](https://pipedream.com/apps/xero_accounting_api)
- [Zendesk](https://pipedream.com/apps/zendesk)
- [Zoom Admin](https://pipedream.com/apps/zoom_admin)
- [Zoho Books](https://pipedream.com/apps/zoho_books)
- [Zoho CRM](https://pipedream.com/apps/zoho_crm)
- [Zoho People](https://pipedream.com/apps/zoho_people)
- [Zoho SalesIQ](https://pipedream.com/apps/zoho_salesiq)

<Callout type="info">
Missing an integration?
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/).
</Callout>

**Check out the full list of integrated apps [here](https://pipedream.com/apps).**
2 changes: 1 addition & 1 deletion docs-v2/pages/glossary.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -332,7 +332,7 @@ A [connected account](#connected-account) that uses OAuth to authenticate with a

### Premium apps

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).
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).

### Project

Expand Down
Loading