PlanExecutionAction
Executes a smart action plan. This action is not supported for Salesforce Flow.
| Property | Value |
| Label | Execute Plan |
| Category | Resource Management |
| Since | Summer 2025 |
| Read-only | No |
| Supports Agents | Yes |
| Supports Flows | No |
| Async Action | No |
| Keywords | execute plan, apply plan, confirm plan, smart action |
Request Parameters
| Field | Type | Label | Description | Required |
planIdOrName | String | Plan ID or Name | The ID or name of the plan to execute. | Yes |
additionalRequiredInput | String | Additional Required Input | Natural language input to provide any additional information that is required to continue with the plan execution. | No |
Response Parameters
| Field | Type | Label | Description | Required |
executionSummary | String | Execution Summary | The summary of the plan execution. | No |
resultData | String | Result Data | A JSON string that represents output data from the execution. | No |
presentationData | String | Data Rendering | A JSON string that represents how data is rendered for the user. | No |
errorDetails | String | Error Details | Details of any errors executing the plan, if any arise. | No |
|