Pipedream · Arazzo Workflow
Pipedream Discover and Run an Action
Version 1.0.0
Find an action for an app, inspect its props, and run it for an external user.
View Spec
View on GitHub
ProCode_API_CompositionWorkflowsConnectMCPEmbedded IntegrationsManaged AuthAI AgentsArazzoWorkflows
Provider
Workflows
run-action-for-app
List, inspect, and run a Connect action for an external user.
Lists actions for the target app, retrieves the selected action component to confirm its configurable props, and executes the action with the provided configured props.
1
listAppActions
listActions
Search the registry for actions belonging to the target app so the caller can confirm the chosen action key exists.
2
retrieveAction
retrieveAction
Retrieve the selected action component to confirm its name and the configurable props that must be supplied at run time.
3
runAction
runAction
Run the action for the external user with the supplied configured props and capture its returned value and exports.