Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
AWS Degraded - You may experience Community slowness, timeouts, or trouble accessing: LATEST HERE
cancel
Showing results for 
Search instead for 
Did you mean: 
Vinlogs
Creator
Creator

How to Call a Route from repository in an Integration Job

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!

Labels (3)
4 Replies
lojdr
Creator II
Creator II

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

Vinlogs
Creator
Creator
Author

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

lojdr
Creator II
Creator II

You are welcome!

Anonymous
Not applicable

Hi , How is it going?

Were you able to connect SNS using tRest?