cancel
Showing results for 
Search instead for 
Did you mean: 

Dynamically Determine Recipients for Alerts

Former Member
0 Kudos

Hi,

How can I configure an Alert which dynalically picks the recipient information from the message itself?

I have an Asynchronous scenario here...

Any pointers???

Regards,

Pradeep

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

also regarding the dynamic recipient from payload,i dont think its possible in alerts(ALRTCATDEF).

you have the option like fixed recipient,recipient by role etc,but i don't think its possible to trigger alert via payload address.

as i said the best option would be configuring a mail adapter and in conditional receiver determination,check for the error condition and send the mail dynamically

/people/michal.krawczyk2/blog/2005/03/07/mail-adapter-xi--how-to-implement-dynamic-mail-address

thanx

Aamir

Former Member
0 Kudos

Aamir is right: this can not be achieved via TS ALRTCATDEF or any other way known by me. You will need to build a scenario with the mail adapter.

Former Member
0 Kudos

Hey

you will be better off configuring a mail adapter and triggering the alert based upon message payload

thanx

Aamir