Execute an action with the provided configuration and return results
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
The access token received from the authorization server in the OAuth 2.0 flow.
The environment in which the server client is running The environment in which the server client is running
development, production The project ID, which starts with 'proj_'.
Request options for running an action
The action component ID
The external user ID
Optional action component version (in SemVer format, for example '1.0.0'), defaults to latest
"1.2.3"
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
action ran
The response received after running an action. See https://pipedream.com/docs/components/api#returning-data-from-steps for more details.