Hello,
I’m working on an application workflow where I need to send out an email to users, Our company uses GMail Workspace to handle our emails and I would like to send emails using our noreply domain email. Is there a way to do this?
I spoke with a losant engineer on a call a couple weeks back and he mentioned it might be possible using a http node, but after some recent changes to how GMail authenticates emails I would need to be able to use GCP authentication on the node and my GCP service credentials aren’t available on a http node.
Hey @Matt_Keele,
We don’t have a Gmail Workspace account to test against, but reading the docs a little, I do see that API calls require OAuth tokens. We do have a node in the Template Library that does exchange GCP Service Credentials for OAuth tokens, specifically for interacting with various Google APIs.
https://app.losant.com/applications/recent/template-library/5f909d54c0779800540ef0cd?templateId=5f909d59c0779800540ef0e0
You can then use the OAuth token when making HTTP requests. Give that a look and hopefully it points you in the right direction.
Thanks for the info, I’ll take a look.