Hi All, I am writing a playbook that sends an automated email when a case is opened in phantom. I know If you are doing a manual promotion (via GUI), then you would need to have a REST query get executed from a playbook hitting the container endpoint and looking for "container_type": "case". Then you would just have a format block to populate the REST results and have a connected send email action via SMTP. what are the steps to get a REST query get executed?
Brandy