Differentiating between PDF ZIP and drop box link

Hi,

I have a task to Download attachments from mail,It can be in the form of PDF ZIP and drop box link.

My question here is how can i create a BOT which understand difference between PDF ZIP and drop box link when the email is received and do the following.

  1. If PDF then Download the attachments directly and store it in a folder name having subject of email as name of the folder
    2.If Zip then download the attachment and extract all the PDF/files in to a folder name having subject of email name of the folder.
    3.If it is a drop box link then open link and download the File and save it to folder name having subject of email name of the folder.

Regards,
Heena

Hai @heena_shaikh
Use save attachment activity to download PDF attachment …
Use Unzip file activity to extract the attachment…
Use click text activity if there’s any link ( then use save attachment which is present inside the link)
Aftr for each saving &Unzipping use move file to the respective folder that u want to move…