Skip to main content
Announcements
A fresh, new look for the Data Integration & Quality forums and navigation! Read more about what's changed.
cancel
Showing results for 
Search instead for 
Did you mean: 
cmalengrez
Contributor II

Is it possibe to call a webhook post method via Talend Open Studio For Data Integration 7.2.3 ?

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.

Labels (2)
3 Replies
Anonymous
Not applicable

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

 

cmalengrez
Contributor II
Author

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 ?0695b00000fKVRqAAO.jpg

jlolling_kloeckner
Contributor

Please use the component tRESTClient. This component expects the body from a incoming flow and works well.