Is there a way to dynamically login to Google in a workflow?
Specificity, I am creating an internal tool for my company and I want to use n8n workflows to do some tasks. The website has a Google login for authentication, I was hoping to post to Webhooks to execute the workflows and I would like to use Google nodes such as Sheets and Calendar nodes logged in as the user that is executing the workflows. Is that possible?
I know how to login with the Google node. But that was not what I was asking. When you login with Google it’s a static login when you setup the workflow. I am asking if you can setup the login at runtime
Is there no way to do this? If not, I will put in a feature request, this seems like a very useful thing to be able to do for people that want to use n8n for a backend system for a SaaS applciation