I'm working on an automation use case in Chronicle SOAR where we need to execute multiple actions on a scheduled basis—without creating any cases or using playbooks. The goal is to have a single job that:
- Runs daily on a schedule.
- Executes an action (Athena action) and waits for it to finish.
- Executes two more actions sequentially, ensuring each one completes before moving to the next.
Does anyone know if Chronicle SOAR jobs can directly execute actions, or if we’d need to rely on API-based execution like this? Are there any better ways to handle scheduled automation outside of playbooks?
Thanks in advance!