Solved

Mail integration with gmail

  • 11 June 2021
  • 1 reply
  • 66 views

Userlevel 3
Badge +11

Has someone in the community established a succesfull integration with gmail, especially for the incoming emails. 
Requirement is to store incoming emails (from the google gmail client) into a TW application and connect them to clients, contacts, orders including attachments.

Hope someone has done that… Or somebody who knows somebody who has done that

 

icon

Best answer by Mark Jongeling 11 June 2021, 21:59

View original

1 reply

Userlevel 7
Badge +23

Hi Edwin,

Not sure if anyone did this already but Google is always pretty good at supplying an API to use to your advantage, see here: Gmail API  |  Google Developers

What you can do is periodically (System flow, every 5 minutes or so) retrieve all (new) e-mails from Gmail through a HTTP connector, then writing that data to your database. Connecting e-mails to the correct client can probably be done based on e-mail addresses. 

Hope this helps a bit! :wink:

Reply