Built-in actions
Actions are the steps that do work. These are available in every deployment, listed in the picker under General Actions—except AI Agent, which is filed under AI Actions, and the three Content nodes, which are filed under Content Actions. For how actions fit into a flow, how their fields take variables, and how failures route, see Actions.
| Node | What it does |
|---|---|
| HTTP Request | Sends an HTTP request to any URL, with full control over how the response is captured. |
| Script | Runs a script in a sandbox; its return value becomes the step's output. |
| AI Agent | Runs an AI agent on a prompt, with tools, and optionally pauses for a person. |
| Automation | Runs another automation through its on-demand trigger. |
| Sleep | Pauses the flow for a set duration, then continues. |
| Log | Writes a line to the run's execution log and continues unchanged. |
| Stop with Error | Deliberately fails the run when the flow reaches it. |
| Content | Saves or deletes a record of a content type defined in this workspace, or content in a connected Brightspot CMS. |
| Content Query | Lists records for a loop to run across, from this workspace or a connected CMS. |
| Content Fetch | Reads one record by id or by a unique field. |