Calling REST API to Create CSV file at FTP server through Oracle Integration Cloud (service)
In this tutorial, we will develop a REST API and upon the call of it, CSV File with data will be generated at FTP Server Create a connector for the FTP Fill the the mandatory details as shown in the screenshot Enter FTP Server details on which you want to copy files Test the connection Now let's create the integration Select App Driven Orchestration Fill the relevant details Drop REST Connector on the pallette Fill the endpoint name which you want to call Select the Operation Post and provide the desired URI name Click on JSON Sample copy the below format { "UserData":[ { "id":"", "firstname":"", "lastname":"", "email":"", "qualification":"" }, { "id":"", ...