You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs-v2/pages/connect/components/custom-tools.mdx
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,7 @@ import Callout from '@/components/Callout'
2
2
3
3
# Using Custom Tools
4
4
5
-
You can write and publish your own components to your Pipedream workspace to use with Connect. This complements the public triggers and actions available in Pipedream's global registry.
5
+
You can write and publish your own components to your Pipedream workspace to use with Connect. This complements the public actions available in Pipedream's global registry.
6
6
7
7
## Overview
8
8
@@ -21,7 +21,7 @@ Custom tools use the same development workflow as standard Pipedream components:
21
21
3.**Use the Pipedream CLI** to publish your component with a Connect-specific flag
22
22
23
23
<Callouttype="info">
24
-
Custom tools are either [sources](/components/contributing/sources-quickstart/) (triggers) or [actions](/components/contributing/actions-quickstart/). Check out the respective quickstart guides for step-by-step development instructions.
24
+
Custom tools are [actions](/components/contributing/actions-quickstart/). Check out the actions quickstart guide for step-by-step development instructions. Support for custom sources (triggers) is coming soon.
25
25
</Callout>
26
26
27
27
## Publishing for Connect
@@ -80,7 +80,7 @@ Custom actions that you publish are automatically exposed as tools in the [Piped
80
80
Here's a typical workflow for creating and using a custom tool:
81
81
82
82
1.**Develop locally** using your preferred editor
83
-
2.**Test your component** using [pd dev](/components/contributing/cli/reference/#pd-dev) for sources or local testing for actions
83
+
2.**Test your component** using local testing for actions
84
84
3.**Publish to Connect** with the appropriate environment flag
85
85
4.**Integrate via Connect APIs** in your application
0 commit comments