Run action
Execute an action with the provided configuration and return results
Error handling
When an action fails, the response includes an error object with an attribution field that classifies where the error originated. See the docs on error responses for the full list of attribution origins and details on how attribution works.Authorizations
A short-lived Connect token for client-side requests on behalf of an end user. Generate one via the Create Connect token endpoint.
Headers
The environment in which the server client is running
development, production Path Parameters
The project ID, which starts with proj_.
^proj_[a-zA-Z0-9]+$Body
Request options for running an action
The action component ID
The external user ID
Action component semantic version
"1.0.0"
The configured properties of the component
The ID for dynamic props
The ID of the File Stash to use for syncing the action's /tmp directory, or either true or 'NEW' to create a new stash
Response
action ran
The response received after running an action. See https://pipedream.com/docs/components/api#returning-data-from-steps for more details.