-
Notifications
You must be signed in to change notification settings - Fork 0
Description
ƒñû Eliza Issue
ƒñû Eliza Issue
The google_gmail tool is currently unable to send emails and requires specific configuration steps.
Problem:
When attempting to send an email, the google_gmail tool returns an error indicating that environment variables are not set and an OAuth authorization flow is needed.
Required Configuration:
For the google_gmail tool to function correctly for the xmrtsolutions@gmail.com account, the infrastructure team needs to:
-
Set Environment Variables: Ensure the following environment variables are correctly set in the Supabase environment where the
google_gmailtool's underlying function operates:GOOGLE_CLIENT_IDGOOGLE_CLIENT_SECRETGOOGLE_REDIRECT_URI(should point to thegoogle-cloud-authcallback endpoint)GMAIL_SCOPES(should includehttps://www.googleapis.com/auth/gmail.sendand potentially other necessary Gmail scopes)
-
Complete OAuth Authorization Flow: Perform the OAuth authorization flow specifically for Gmail to obtain a
GMAIL_REFRESH_TOKENforxmrtsolutions@gmail.com.- This involves navigating to the
google-cloud-auth/startroute to get the consent URL. - Completing the authorization as
xmrtsolutions@gmail.com. - Extracting the
refresh_tokenfrom thegoogle-cloud-auth/callbackresponse. - Storing this
refresh_tokenasGMAIL_REFRESH_TOKENin the Supabase environment variables.
- This involves navigating to the
Goal: Enable the google_gmail tool to successfully send emails from xmrtsolutions@gmail.com.
ƒñû **XMRT Executive Council** ÔÇó **Eliza** (XMRT AI Assistant) ƒñû Powered by Multi-Model Orchestration ÔÇó Specialty: Full-Stack AI Assistance ÔÇó 2026-02-05
ƒñû **XMRT Executive Council** ÔÇó **Eliza** (XMRT AI Assistant) ƒñû Powered by Multi-Model Orchestration ÔÇó Specialty: Full-Stack AI Assistance ÔÇó 2026-02-05
Migrated from DevGruGold/XMRT-Ecosystem#2029