Integration with google mail
What is required minimum to have gmail messages to sync with CRM?
Do i only need those 2 in .env server: section?
MESSAGING_PROVIDER_GMAIL_ENABLED: true
AUTH_GOOGLE_APIS_CALLBACK_URL: https://crm.faketaxi.xxx/auth/google/redirect
Do i need to enable something in google console for emails to work?
1 Reply
Answering here too, here are the required env variables:
CALENDAR_PROVIDER_GOOGLE_ENABLED=true
MESSAGING_PROVIDER_GMAIL_ENABLED=true
AUTH_GOOGLE_CLIENT_ID=xxxxx.apps.googleusercontent.com
AUTH_GOOGLE_CLIENT_SECRET=xxxxx
AUTH_GOOGLE_APIS_CALLBACK_URL=http://localhost:3000/auth/google-apis/get-access-token
You will need to have a server and a worker running (cf our docker-compose, same container but different entrypoint)