cancel
Showing results for 
Search instead for 
Did you mean: 

Mail to File scenario with multiple attachments

Former Member
0 Kudos

Hi All,

We are working on PI 7.3 dual stack and we are trying to download multiple attachments of any type from mail and dump it in a folder .

As suggested in many blogs ,We were able to download single attachment using PayloadSwapBean module.

But since we need to fetch multiple attachments we cannot use PayloadSwapBean.

please share relevant information if you have worked on similar scenarios.

Thanks &  Regards,

Keerthi

Accepted Solutions (1)

Accepted Solutions (1)

smavachee
Active Contributor
0 Kudos

You may need to write a custom module or you can use below Java Mapping API and handle the additional attachments directly within the mapping program.

TransformationInput()

Also you can look into this..

Read the attachments in the input message

Hope it helps.!

Regards,

Sunil

Answers (0)