Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi,
I have to call a post method defined in a webhook deployed on a wso2 api store in a batch process.
I have never used webhooks so far.
I don't find any exemple about webhook's call in Talend Open Studio For Data Integration 7.2.3.
I have only already used TSOAP and TRESTCLIENT .
Is it possible to do it and how ? Or should I think about another technology to achieve this ?
Thanks in advance for your help.
Hello @christophe malengrez ,
You can use tREST component to achieve it.
please refer to the below article
https://help.talend.com/r/en-US/7.3/rest/trest-tlogrow-creating-and-retrieving-data-by-invoking-rest-web-service-standard-component-this
Best regards
Aiming
Hello Achen,
Thanks a lot.
In my case it seems I should send a json message.
Si I suppose I could do something like this ?
Please use the component tRESTClient. This component expects the body from a incoming flow and works well.