csag_ActionUpdatePlaybooks
Update playbooks based on stage and parent record the playbooks are related to.
| Property | Value |
| Label | Update Playbooks |
| Category | Success Management |
| Since | Summer 2025 |
| Read-only | No |
| Supports Agents | Yes |
| Supports Flows | Yes |
| Async Action | No |
| Keywords | playbooks, update, manage |
Request Parameters
| Field | Type | Label | Description | Required |
PlaybookIds | List<Id> | PlaybookIds | A list of playbook IDs to update. Each item in the list must be a valid playbook ID. The list must contain at least one playbook ID. | Yes |
Stage | String | Stage | The single stage for the playbooks. The stage must be used to update all playbooks. If the stage is null then the stage field of the playbooks will not be updated. | No |
ParentId | Id | ParentId | The single ID of the parent record the playbooks are related to. This ID will be used to update all playbooks. If the ID is null then the parent record of the playbooks will not be updated. | No |
Response Parameters
| Field | Type | Label | Description | Required |
Playbooks | List<csc__Playbook__c> | Playbooks | A list of the playbooks that have been updated. | Yes |
|