Good morning everyone, I need to call a Salesforce apex rest, using the Talend plugin it doesn't seem possible, so I'm trying to create a rest call for the Salesforce token first. Could anyone help me at least on the second step?
Assuming that you're using ETL, you can achieve this with tREST component.
To get the token you need to do a get with a first tREST, store the content of the result, and use it in the header of the second tREST to retrieve the data