fusion_commit_action
Executes a prepared Fusion action after user approval, changing data. Use the single-use token from prepare_action and set confirmed=True only after explicit consent.
Instructions
Execute a prepared action. THIS CHANGES DATA IN FUSION.
Requires the token from fusion_prepare_action and confirmed=True, which
you may only set after the user has seen the preview and said yes. The
token is single-use: a refused attempt needs a fresh prepare, which is also
where you add the fields the pod asked for.
When the pod refuses, its own message and the fields it named come back rather than a summary -- that message is the next question to ask the user.
Args:
token: From fusion_prepare_action.
confirmed: Set True only after explicit user confirmation.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| token | Yes | ||
| confirmed | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||