execute_automation
Run an existing automation in your Prisme.ai workspace, optionally passing a payload to trigger specific actions.
Instructions
Execute/test an automation already existing in the Prisme.ai workspace with optional payload
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| payload | No | Optional payload to pass to the automation | |
| environment | No | Optional environment name (from PRISME_ENVIRONMENTS) to use specific API URL and workspace | |
| workspaceId | No | Alternative: direct workspace ID (use workspaceName instead when possible) | |
| workspaceName | Yes | Workspace name that resolves to ID via PRISME_WORKSPACES or PRISME_ENVIRONMENTS mapping | |
| automationSlug | Yes | The slug of the automation to execute |