ActionGenAiGenerateObjectives
Generates suggested objectives for a success plan using AI and returns them as text. It does not create or save any Objective records; the returned content must be reviewed and saved separately.
| Property | Value |
| Label | Generate Objectives |
| Category | AI |
| Since | May 2026 |
| Read-only | Yes |
| Supports Agents | Yes |
| Supports Flows | Yes |
| Async Action | No |
| Keywords | — |
Request Parameters
| Field | Type | Label | Description | Required |
SuccessPlanId | Id | Success Plan ID | The success plan ID to generate objectives for. | Yes |
Response Parameters
| Field | Type | Label | Description | Required |
Objectives | String | Objectives | The generated objectives data as text. These are not saved as Objective records. | No |
|