flow_recording_insert_component
Insert a LIVE reference to a reusable component (fragment) into a saved test, after a given step. The component is not copied — it stays linked, so editing the component later updates every test that references it. The reference is expanded to concrete steps at replay time. Optional paramBindings substitute {{name}} placeholders in the component steps. Both the test and the component must belong to the authenticated user.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| snippetId | Yes | Component (fragment) recording ID to reference | |
| recordingId | Yes | Target test recording ID to insert the component into | |
| paramBindings | No | Optional {{name}} → value substitutions applied to the component steps | |
| afterStepIndex | Yes | 1-based index of the step to insert after (0 to insert at the start) |