Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi all,
I am trying to create a route to send Amazon SNS notifications(Emails), and I want to trigger this route job to send notifications from my DI job based on certain criteria's set in the Integration job.
can anyone give me ideas so as to achieve this? or is there a way to send amazon SNS notifications directly from my DI job?
All suggestions are welcome..
Thanks in advance!
Hello,
It is possible to call it via HTTP/HTTPS, so you can try to use a tREST component.
https://docs.aws.amazon.com/sns/latest/dg/SendMessageToHttp.html
Regards
Lojdr
Thanks for letting me know this ability @lojdr I appreciate your help, I am new to using rest services, I will google up and take a look at how to implement this solution. Thankyou
You are welcome!
Hi , How is it going?
Were you able to connect SNS using tRest?