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

Announcements
Qlik GA: Multivariate Time Series in Qlik Predict: Get Details
cancel
Showing results for 
Search instead for 
Did you mean: 
FShaik
Contributor
Contributor

Trigger Talend Job based on some modifications made in external SAAS Applications

Hi Team,

We are trying to pull data from a third party application(SAAS application).

We want to pull data only on the bases of trigger.

i.e if we have any update on the SAAS application we should be able to trigger our Talend job.

Is this flow possible please let us know.

Thanks.

Labels (3)
1 Solution

Accepted Solutions
Anonymous
Not applicable

SAAS applications often allow you to use Webhooks. You will need to look into Webhooks for the SAAS application you are using. With Talend you can create web services which will carry out your required functionality when the SAAS application uses the Webhook.

View solution in original post

2 Replies
Anonymous
Not applicable

SAAS applications often allow you to use Webhooks. You will need to look into Webhooks for the SAAS application you are using. With Talend you can create web services which will carry out your required functionality when the SAAS application uses the Webhook.

FShaik
Contributor
Contributor
Author

Thank you!