Conversation
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>
|
Preview for this PR was built for commit |
|
Preview for this PR was built for commit |
|
Preview for this PR was built for commit |
| - **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. |
There was a problem hiding this comment.
Are you sure about html isnt it markdown?
There was a problem hiding this comment.
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
There was a problem hiding this comment.
Ok, I need to check this one; there may be a wrong description. But it is not problem with this docs.
There was a problem hiding this comment.
Can I mark this comment as resolved? Will fix this once the related issue (https://github.com/apify/integrations-team/issues/81) is resolved.
sources/platform/integrations/workflows-and-notifications/pipedream.md
Outdated
Show resolved
Hide resolved
|
General comment: seems we have screenshots in the other integration docs. Why did not put it here as well? |
Add screenshots for app selection, trigger configuration, and action configuration. Update authentication steps to reflect the actual UI flow. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
|
Preview for this PR was built for commit |
TC-MO
left a comment
There was a problem hiding this comment.
One nit and two comment that flag something that needs a follow up issue, otherwise LGTM
| title: Pipedream integration | ||
| description: Connect Apify with Pipedream to automate workflows by running Actors, managing storage, and reacting to Actor or task run events. | ||
| sidebar_label: Pipedream | ||
| sidebar_position: 7 |
There was a problem hiding this comment.
Multiple pages already use 7 we should fix that in a separate PR, just flagging for now
| - **Apify (OAuth)** - Authorize access to your Apify account via OAuth. | ||
| 1. Follow the prompts to authenticate your account. | ||
|
|
||
| See [connected accounts](https://pipedream.com/docs/apps/connected-accounts) for more details. |
There was a problem hiding this comment.
| See [connected accounts](https://pipedream.com/docs/apps/connected-accounts) for more details. | |
| See Pipedream's [connected accounts documentation](https://pipedream.com/docs/apps/connected-accounts). |
| imageUrl="/img/platform/integrations/kestra.svg" | ||
| smallImage | ||
| /> | ||
| <Card |
There was a problem hiding this comment.
Another flagging comment, link here are mixed, some are relative, some are absolute, we should pick one and stick to it
Summary
New page contents
Closes #2383
Test plan
/integrations/pipedream🤖 Generated with Claude Code