I’ve created a scenario that pulls data from gmail using gmail module and then processes recent emails.
It works great, however it has my gmail account connection “hardcoded” in the module.
I’d like to create an interface (either website, or google chrome extension) from which me or anyone else would be able to trigger that scenario for their gmail account.
I know I can trigger scenarios using webhooks, so this part is easy, however how do I handle the authorization for the gmail account to make sure the scenario can operate on various accounts?