cancel
Showing results for 
Search instead for 
Did you mean: 

Need notification for successful messages in email

Former Member
0 Kudos

Hi experts,

Is it possible to send email notification for all the successful messages with a link to message content.

I am working on PI 7.1 and the scenarios are Idoc,RFC,Proxy to SOAP (WS) and vice versa.

How can I achieve this?

Any help is highly appreciated.

Regards,

Praveen

Accepted Solutions (0)

Answers (1)

Answers (1)

MichalKrawczyk
Active Contributor
0 Kudos

Hi,

you can try with link to messagingsystem like this:

http://server:port/MessagingSystem/monitor/monitor2.jsp?messageid=43409223-475a-11e1-b77b-0000027c58...

all you need to set is the message ID which can be easily fetched in all PI flows

Regards,

Michal Krawczyk

Former Member
0 Kudos

Hi Michal,

Thanks for the messaging system link... Could you please elaborate.

Right now I am sticking at these points..

1) How will I trigger email notification for a successful message

2)how will I fetch the message payload(output) for each message - web gui.

Regards,

Praveen