csag_ActionCreateAISummary
Creates a csc__Activity__c with the CS Summary activity type for the provided record.
| Property | Value |
| Label | Generate CS Activity AI Summary |
| Category | AI |
| Since | Summer 2025 |
| Read-only | Yes |
| Supports Agents | Yes |
| Supports Flows | Yes |
| Async Action | No |
| Keywords | cs activity, ai, summary, create, generate |
Request Parameters
| Field | Type | Label | Description | Required |
RecordId | Id | RecordId | RecordId | Yes |
Response Parameters
| Field | Type | Label | Description | Required |
Summary | String | Summary | The AI summary of the record provided. | Yes |
RecommendedTaskNames | List<String> | RecommendedTaskNames | The AI recommended playbook task names for the record provided. | Yes |
SummarySections | String | SummarySections | The additional sections of the summary. | Yes |
|