Hello,
I want to build a workflow to upload, so that it can fetch the new mails from the mailbox and upload the mails and attechment (if present) through Queue.
Kindly suggest the turnaround whether it is possible to pass the file in queue because I need to upload the file in application not extract any data from mail.
Thanks in advance
Hi @Binod_Kumar_Biswal,
Firstly you can’t directly upload the files into the queue, there are some workaround for your case.
- You can use the Storage Bucket available in thee orchestrator or
- You can save that email into the shared drive or you machine and pass the file path into the queue and access that path to upload the file.
Thanks,
Sanjit