cancel
Showing results for 
Search instead for 
Did you mean: 

Send Notification - Attachment

justin_santhanam
Active Contributor
0 Kudos

Hello All,

I would like to get some advice on how to send the Notification from BPM with an attachment. I wanted to send the data objects (XML) as an attachment with an email. I could send it to PI and use Mail adapter to send as an attachment. But I wanted more than one Data Object(XML) to be attached. I can still combine the structures and send it to PI and handle it there, but wanted to know is there any possibility in BPM itself by using Notification step we can send an attachment. Even if we have to use EJB to achieve it , that's fine. Just need direction and some inputs.

Thank you!

Accepted Solutions (0)

Answers (2)

Answers (2)

rohit_j
Participant
0 Kudos

Hi ,

You can use Custom EJB functions OR service which can be called as an automated activity which sends mails with attachments.

How to create EJB Functions - This link will help.

How to get Session object for mail - This link will help.

Best Regards,

Rohit

junwu
Active Contributor
0 Kudos

you have to use ejb, If I am not wrong.