Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
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.
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.
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.
Thank you!