Search code examples
apitalendtalend-mdm

how to send a POST API on talend


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?


Solution

  • 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.