iachat/spec/services/automation_rules
Sojan Jose 45d4d3660c
feat: Add private note action to automations (#11926)
## Summary
- allow AutomationRule to accept `add_private_note` action
- support `add_private_note` in automation action service
- expose private note action in frontend constants and i18n
- test new automation rule action

## Testing
- `pnpm eslint
app/javascript/dashboard/routes/dashboard/settings/automation/constants.js`
- `bundle exec rubocop app/services/automation_rules/action_service.rb
app/models/automation_rule.rb
spec/services/automation_rules/action_service_spec.rb`
- `bundle exec rspec
spec/services/automation_rules/action_service_spec.rb`


------
https://chatgpt.com/codex/tasks/task_e_6870c5f7b8b88326a9bd60b2ba710ccd

Co-authored-by: Muhsin Keloth <muhsinkeramam@gmail.com>
2025-07-16 09:57:35 +05:30
..
action_service_spec.rb feat: Add private note action to automations (#11926) 2025-07-16 09:57:35 +05:30
condition_validation_service_spec.rb feat: validate query conditions (#10595) 2024-12-17 17:16:37 +05:30
conditions_filter_service_spec.rb chore: Add open conversation option (#11828) 2025-07-02 10:01:50 +05:30