confirm_ci_create
Finalize CI creation after preview. Use the confirmation token from preview_ci_create to commit the new CI record.
Instructions
Execute a previously previewed CI creation.
Prerequisites: You MUST call preview_ci_create first and use the token from its response.
Requires the confirmation token returned by preview_ci_create. The token is single-use and expires after 5 minutes.
Args: token: The confirmation token from preview_ci_create.
Returns: JSON object with "success", "sys_id" (of the new CI), "table", and the "created_record".
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| token | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |