Skip to main content

hi team

I have extracted case wall data and there I see  that each comment has a type 

for ex- 
'actionTriggerType': 0, 'integration': 'Flow', 'executingUser': None, 'playbookName': 'IMPORT 1 - DB13-PlaybookAssignment By TP01-MasterTriggering', 'playbookIsInDebugMode': False, 'status': 2, 'actionProvider': 'Flow', 'actionIdentifier': 'Output_3', 'actionResult': 'NestedWorkflowOutput: \\n', 'alertIdentifiers': [], 'creatorUserId': None, 'id': 5752376, 'type': 3

here what type 3 mean , 
is there any way I can get the list of  the type and its corresponding values ?

thanks 
Messier63

Hi, it is supposed to be like


Case Alert Data: 0
Case Status Change: 1
Case Task: 2
Case Action: 3
Case Evidence (Attachment): 4
Case Comment: 5
Case Insight: 6
Case Creation: 7
Case External Channel Message (SLA messages): 8
Pinned Case Chat Message: 9
Case Link: 10
Favorite: 11

 


Reply