tracecat_create_action
Create a new action in a workflow by specifying its type and title. Define actions like data transforms, HTTP requests, or Python scripts.
Instructions
Create a new action in a workflow
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| workflow_id | Yes | Workflow ID | |
| type | Yes | Action type (e.g. core.transform.reshape, core.http.request, core.script.run_python) | |
| title | Yes | Action title |