Skip to content

docs: add Pipedream integration page#2388

Open
marcel-rbro wants to merge 4 commits intomasterfrom
docs/pipedream-integration
Open

docs: add Pipedream integration page#2388
marcel-rbro wants to merge 4 commits intomasterfrom
docs/pipedream-integration

Conversation

@marcel-rbro
Copy link
Copy Markdown
Contributor

@marcel-rbro marcel-rbro commented Apr 1, 2026

Summary

  • Add Pipedream integration documentation page with connection setup, trigger/action usage guides, and available operations
  • Add Pipedream card to the integrations index page under "Integration platforms"
  • Add Pipedream logo

New page contents

  • Prerequisites (Apify + Pipedream accounts)
  • Connect Apify with Pipedream (API token authentication)
  • Use Apify as a trigger (step-by-step guide)
  • Use Apify as an action (step-by-step guide)
  • Available triggers: New finished Actor run, New finished task run
  • Available actions: Run Actor, Run task, Run task synchronously, Scrape single URL, Get dataset items, Get/Set key-value store record
  • Links to Pipedream docs throughout the prose for workflow creation, triggers, actions, and connected accounts

Closes #2383

Test plan

  • Verify the page renders correctly at /integrations/pipedream
  • Verify the Pipedream card appears in the integrations index under "Integration platforms"
  • Verify the Pipedream logo displays correctly
  • Verify all external links work (Pipedream docs, GitHub source code)
  • Check no broken links in the build

🤖 Generated with Claude Code

Add documentation for the Apify-Pipedream integration covering
connection setup, triggers, actions, and available operations.

Closes #2383

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
@github-actions github-actions bot added the t-docs Issues owned by technical writing team. label Apr 1, 2026
@apify-service-account
Copy link
Copy Markdown

Preview for this PR was built for commit b5e3474 and is ready at https://pr-2388.preview.docs.apify.com!

@apify-service-account
Copy link
Copy Markdown

Preview for this PR was built for commit df0bee5d and is ready at https://pr-2388.preview.docs.apify.com!

@marcel-rbro marcel-rbro marked this pull request as ready for review April 2, 2026 09:08
@marcel-rbro marcel-rbro requested a review from TC-MO as a code owner April 2, 2026 09:08
@marcel-rbro marcel-rbro requested a review from drobnikj April 2, 2026 09:09
@apify-service-account
Copy link
Copy Markdown

Preview for this PR was built for commit 2b62df97 and is ready at https://pr-2388.preview.docs.apify.com!

- **Run Actor** - Runs a selected Actor with customizable input and configuration.
- **Run task** - Runs a selected Actor task and optionally waits for it to finish.
- **Run task synchronously** - Runs a selected task and returns its dataset items when it finishes.
- **Scrape single URL** - Runs a scraper on a specified URL and returns its content as HTML. Use this for extracting content from a single page, e.g. in LLM workflows.
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Are you sure about html isnt it markdown?

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

https://github.com/PipedreamHQ/pipedream/blob/master/components/apify/actions/scrape-single-url/scrape-single-url.mjs

I got the info from here:

description: "Executes a scraper on a specific website and returns its content as HTML. This action is perfect for extracting content from a single page. See the documentation",

And they actually reference our docs: https://docs.apify.com/sdk/js/docs/guides/crawl-single-url


1. Log into your Pipedream account and [create a new workflow](https://pipedream.com/docs/workflows).
1. [Add an Apify step](https://pipedream.com/docs/workflows/building-workflows/steps) (trigger or action) to your workflow.
1. Select **Connect Apify** and enter your Apify API token. Find it in [Apify Console](https://console.apify.com/settings/integrations) under **Settings > Integrations**. See [connected accounts](https://pipedream.com/docs/apps/connected-accounts) for more details.
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It is possible to use OAuth as well. Can you check?

@drobnikj
Copy link
Copy Markdown
Member

drobnikj commented Apr 8, 2026

General comment: seems we have screenshots in the other integration docs. Why did not put it here as well?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

t-docs Issues owned by technical writing team.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Add documentation for Pipedream integration

3 participants