flow-action skill creates custom Flow Designer action types (sys_hub_action_type_definition) — reusable building blocks for flows. Supports REST call actions, datasource actions (request/response transform), and datastream actions (paginated streaming with splitters and parsers).Flow Action
Custom Flow Designer actions (REST, datasource, datastream).
The
| Operation | Description |
|---|---|
| attach_datasource | Attach a data source to a datastream action |
| create_datasource_action | Create a datasource flow action (request/response) |
| create_datastream_action | Create a datastream flow action (paginated) |
| create_rest_action | Create a REST call flow action |
Run
sn ops flow-action to see the full input schema for each operation.You
Create a custom REST action for the Flow Designer that calls our external ticketing API.