Workflows and Gmail

Hi :wave:

I have had a couple of workflows that send emails via Gmail API (REST API resource) and were working fine. The last email run I can see was 6 Feb 2023. I saw the docs saying use shared authentication (shared OAuth) but ticking it only provides an error redirect when re-authenticating. Is there a workaround on this authentication limitations or someone that was able to run gmail api in workflows?

Got it working. :man_facepalming:

OAuth Callback URI changes when ticking shared OAuth in your Retool REST API resource. As such, I had to change the Authorised redirect URI I've set for the Client ID credentials for Gmail/GCP APIs.