Has anyone here ever integrated with Gmail or Outlook using webhooks to trigger actions when an email is received?
I have an application that is already integrated with these platforms for sending emails, but I need a trigger that activates when there is a reply to an email. This trigger should notify Bubble and create data there.
I’m not a fan of middlemen Zapier/Make but I glossed over the Gmail API and didn’t really see anything about Webhooks (not sure how Zapier is doing it but of course there’s a way cause they are using it)
I have used Gmail APIs with server less functions, using oAuth, you can get all emails recieved within a timeframe and can trigger a webhook if certain conditions are met.
Btw now this permission to read emails are very costly to setup after Gmail dev policy changes