Gmail API
Step by step
-
Please follow this Video for setting up Gmail API correctly with AutoOutreach.
-
Make sure you add your Gmail accounts to the test user as shown in the last part of the video.
-
After you obtained the credential JSON file. Open it. It should look something like the below example. (If you see onliner just search for a JSON beautifier online).
{
"web":{
"client_id":"123344559-7olpv11usjsj38fdor0g43mkj9isdn2229.apps.googleusercontent.com",
"project_id":"ato-installation",
"auth_uri":"https://accounts.google.com/o/oauth2/auth",
"token_uri":"https://oauth2.googleapis.com/token",
"auth_provider_x509_cert_url":"https://www.googleapis.com/oauth2/v1/certs",
"client_secret":"GOCSPX-A-GfNKAHHAAKsadsajnJS",
"redirect_uris":[
"https://domain.yourinstalaltion.com/google/login"
]
}
}
- Copy the
client_id
andclient_secret
to use in AutoOutreach.