Send multiple files as attachment in Mail step

Hi!

How can I send multiple files as attachment in Mail step?

Hi!

1st Approach:

  • If the files are present in the same folder, then you can specify the folder path in the mail plugin. It will send all the files present in that folder over mail

2nd Approach:

  • Create a wildcard as per your requirement and use it. Below wildcard is used to get the files which are a type of PDF, XLSX, and XLS.

    ^[a-zA-Z0-9_()- ]+.(pdf|xlsx|xls)