I have a new scenario: Different company distributors send their data to a specific Gmail account. I want to know how to retrieve that data and store it in our OutSystems database.
Hi @SreenivasuluReddy Lingala ,
Try to use GMAIL API for .NET or JS to read messages.Gmail API : https://developers.google.com/gmail/api/guides
Also you can try the GMAIL Service component to read messages.Connector : https://www.outsystems.com/forge/component-overview/9374/google-gmail-connector-o11
Hi,
You can try using this component
https://www.outsystems.com/forge/component-overview/9374/google-gmail-connector-o11
also have a look at this post.
https://www.outsystems.com/forums/discussion/88222/extract-emails-from-gmail-and-show-them-in-outsystems-app/
hope it helps