AssignPlaybookTasksAction
Sets the resources assigned to a playbook task to exactly those supplied, adding any that are missing and removing any that are no longer listed.
| Property | Value |
| Label | Assign Playbook Tasks |
| Category | Resource Management |
| Since | Summer 2026 |
| Read-only | No |
| Supports Agents | Yes |
| Supports Flows | Yes |
| Async Action | No |
| Keywords | playbook task, assignment, resource, allocate, allocate resources to tasks |
Request Parameters
| Field | Type | Label | Description | Required |
PlaybookTaskId | Id | Playbook Task ID | The Id of the playbook task to assign the resources to. | Yes |
ResourceIds | List<Id> | Resource IDs | The Ids of the resources the playbook task should be assigned to. | Yes |
Response Parameters
| Field | Type | Label | Description | Required |
AddedAssignments | List<Playbook_Task_Assignment__c> | Added Assignments | The playbook task assignment records created for this request. Empty when no resources were added. | No |
RemovedAssignments | List<Playbook_Task_Assignment__c> | Removed Assignments | The playbook task assignment records deleted for this request. Empty when no resources were removed. | No |
|