feat: Execute macro actions, for the conversation (#5066)
This commit is contained in:
@@ -71,14 +71,6 @@ RSpec.describe 'Api::V1::Accounts::AutomationRulesController', type: :request do
|
||||
{
|
||||
'action_name': :add_label,
|
||||
'action_params': %w[support priority_customer]
|
||||
},
|
||||
{
|
||||
'action_name': :assign_best_administrator,
|
||||
'action_params': [1]
|
||||
},
|
||||
{
|
||||
'action_name': :update_additional_attributes,
|
||||
'action_params': [{ intiated_at: '2021-12-03 17:25:26.844536 +0530' }]
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -283,8 +275,8 @@ RSpec.describe 'Api::V1::Accounts::AutomationRulesController', type: :request do
|
||||
],
|
||||
'actions': [
|
||||
{
|
||||
'action_name': :update_additional_attributes,
|
||||
'action_params': [{ intiated_at: '2021-12-03 17:25:26.844536 +0530' }]
|
||||
'action_name': :add_label,
|
||||
'action_params': %w[support priority_customer]
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user