Setup a user-facing OAuth flow to create integration connections on Blaxel.
https://www.googleapis.com/auth/gmail.send
(see below for guide)How to create a Google OAuth app
gmail.send
https://www.googleapis.com/auth/gmail.send
openid
profile
email
CLIENT_ID
: Your Google OAuth application client IDCLIENT_SECRET
: Your Google OAuth application client secretREFRESH_TOKEN
: The refresh token obtained from the OAuth flowaccess_type=offline
is included in initial OAuth request