I want to attach the CSV file in the Playbook as an attachment to the e-mail and send it. I use Msgraph. If I send it without attachments, the mail is sent. But when I add an attachment, the mail is not sent. I'm using the following command. I tried it in the CLI and Playbook, it didn't work in both.
!send-mail subject=TRY body=TRY attach_ids=1@234( Here, I enter the EntryID of the file -File.EntryID- ) to=examplemailaddress@examplepalo.com
How can I send mail with attachment?
#XSOAR
... View more