I have an post API request that I want to send using talend. With the API I need to send a body and 3n headers. any idea which component I should use and how should I send the Json body and the headers?
Asked
Active
Viewed 1,199 times
1 Answers
0
With tRestClient you should be able to send your post request with headers. Input row ou your tRestClient should contain a field name "body" which contains your json document. Headers are in the advanced parameters of tRestClient.

Corentin
- 2,442
- 1
- 17
- 28
-
how can I give the body to tRestClient i have input schema but i cant define the body – jayzee Nov 12 '20 at 12:27
-
place a tXMLMap component before the tRestClient , you will be able to define the schema as a Document in it – Corentin Nov 12 '20 at 13:05
-
i have one more question about jsonpath can you help me wirh that – jayzee Nov 12 '20 at 13:46