csag_CreateActivityAction
Create a CS activity on an account from a summary, notes, date and type provided by the user.
| Property | Value |
| Label | Create Activity |
| Category | Success Management |
| Since | Summer 2026 |
| Read-only | No |
| Supports Agents | Yes |
| Supports Flows | Yes |
| Async Action | No |
| Keywords | activity, success management, create, log, account |
Request Parameters
| Field | Type | Label | Description | Required |
AccountId | Id | AccountId | The single ID of the account to relate the created CS activity to. | Yes |
Summary | String | Summary | A short summary of the CS activity. | Yes |
Notes | String | Notes | The notes for the CS activity. If the notes are null then the CS activity will have no notes. | No |
ActivityDate | Date | ActivityDate | The date of the CS activity. If the date is null then today is used. | No |
ActivityType | String | ActivityType | The type of the CS activity. Must be a valid activity type. If the type is null then Meeting is used. | No |
Response Parameters
| Field | Type | Label | Description | Required |
Activity | csc__Activity__c | Activity | The CS activity that has been created. | Yes |
|