Export Gmail Attachments to an FTP Server
Use this recipe to export email attachments from Gmail to an FTP server.
Note:
Oracle provides this recipe as a sample only. The recipe is meant only for guidance, and is not warranted to be error-free. No support is provided for this recipe.
Overview
This recipe exports attachments that you receive in Gmail to an FTP server, according to a schedule specified in Oracle Integration. The recipe uses the standard Gmail adapter and the standard FTP adapter.
To use the recipe you must install the recipe package and configure the connections and other resources within the package. After you activate and run the recipe, the integration uses a schedule parameter to filter out already exported attachments, fetches the latest attachments from Gmail, and writes them to the specified location on the FTP server.
System and Access Requirements
- Oracle Integration Version 21.2.1.0.0 or higher
- A valid account on Gmail
- A secure FTP (sFTP) server
- An FTP client to access the sFTP server