feat: Add an action on automation to change the priority (#6925)
This commit is contained in:
@@ -575,4 +575,9 @@ export const AUTOMATION_ACTION_TYPES = [
|
||||
label: 'Send a message',
|
||||
inputType: 'textarea',
|
||||
},
|
||||
{
|
||||
key: 'change_priority',
|
||||
label: 'Change Priority',
|
||||
inputType: 'search_select',
|
||||
},
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user