Collaboration Actions REST Endpoints

Collaboration Actions
The collaboration resource lets you view, create, update, and delete a collaboration. The collaboration actions store details of the commands and actions that can be run from collaboration networks like Slack. For example, a collaboration between Slack users and CX Sales users to resolve an SR or a sales person getting opportunity details on the slack application.
Create a collaboration action
Method: post
Path: /crmRestApi/resources/11.13.18.05/collaborationActions
Delete a collaboration action
Method: delete
Path: /crmRestApi/resources/11.13.18.05/collaborationActions/{CollabActionNumber}
Get a collaboration action
Method: get
Path: /crmRestApi/resources/11.13.18.05/collaborationActions/{CollabActionNumber}
Get all collaboration actions
Method: get
Path: /crmRestApi/resources/11.13.18.05/collaborationActions
Update a collaboration action
Method: patch
Path: /crmRestApi/resources/11.13.18.05/collaborationActions/{CollabActionNumber}