As soon as file gets exported based on recurrence from data management, I need to call Rest API (https://<base URL>/api/connector/dequeue/<activity ID>), then encrypt (PGP) the exported file via Azure functions and send file to sftp. I would appreciate if you could share any references or inputs.
I would suggest a Logic App & Azure Function combination, Logic Apps for workflow orchestration and Azure function for heavy lifting.
Something like:
Logic App Collects file -> Calls Azure Function to Process - > Sends resulting File to SFTP site
Maybe running on a scheduled to check D365 every 5 mins.
Under review
Thank you for your reply! To ensure a great experience for everyone, your content is awaiting approval by our Community Managers. Please check back later.