How can I integrate email inbox from company account to my application? Gems like mail_room or gmail can connect to one mailbox given that you specify them.
I'm thinking about a web hook like a notification api, but I can't figure out how it works.
How can I add a web hook for inbox emails in company's gmail account? When a message is received in [email protected] or [email protected] I need to have a notification sent.
Check the Push Notifications for Gmail API.
more on the guide for additional info.