
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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 ?

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Please use the component tRESTClient. This component expects the body from a incoming flow and works well.
