File transfer in APIGEE

Not applicable

My requirement is:

I want to pick file from SFTP location on cloud or on prem, transform it to another format and call webservice and pass transformed data.

Is it possible in APIGEE? Any suggestions?

0 1 1,239
1 REPLY 1

sidd-harth
Participant V

I think it can be done with Java Callout Policy, coupled with other builtin policies for transfer and communication to other endpoints. Please check this repo.

https://github.com/DinoChiesa/ApigeeEdge-Java-Callout-FTP

@Dino-at-Google for more info.