diff --git a/docs-v2/next.config.mjs b/docs-v2/next.config.mjs index e66bd72a498f7..dca6c80ca829f 100644 --- a/docs-v2/next.config.mjs +++ b/docs-v2/next.config.mjs @@ -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/", @@ -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/", @@ -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/", @@ -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/", @@ -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/", @@ -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, }, { diff --git a/docs-v2/pages/apps/_meta.tsx b/docs-v2/pages/apps/_meta.tsx index da292f5887414..8aa419bdcd5a9 100644 --- a/docs-v2/pages/apps/_meta.tsx +++ b/docs-v2/pages/apps/_meta.tsx @@ -1,5 +1,5 @@ export default { - "apps": "Integrated Apps", + "index": "Integrated Apps", "connected-accounts": "Connected Accounts", "oauth-clients": "OAuth Clients", "external-auth": { diff --git a/docs-v2/pages/apps/apps.mdx b/docs-v2/pages/apps/apps.mdx index fa697c32bde6f..62b64f8941bc0 100644 --- a/docs-v2/pages/apps/apps.mdx +++ b/docs-v2/pages/apps/apps.mdx @@ -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) diff --git a/docs-v2/pages/apps/index.mdx b/docs-v2/pages/apps/index.mdx new file mode 100644 index 0000000000000..8869e211f7031 --- /dev/null +++ b/docs-v2/pages/apps/index.mdx @@ -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) + + +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/). + + +**Check out the full list of integrated apps [here](https://pipedream.com/apps).** \ No newline at end of file diff --git a/docs-v2/pages/glossary.mdx b/docs-v2/pages/glossary.mdx index 0b311ecb5f028..874ed896e6cf1 100644 --- a/docs-v2/pages/glossary.mdx +++ b/docs-v2/pages/glossary.mdx @@ -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