1
Create a Google Cloud Project
- Visit the Google Cloud Console.
- Click Select a project at the top, then choose New Project.
- Enter a Project name (e.g., Vortex Integration) and click Create.
2
Enable Google People API
- Navigate to APIs & Services > Library.
- Search for Google People API.
- Click Enable.
3
Configure OAuth Consent Screen
- Go to APIs & Services > OAuth consent screen.
- Select External and click Create.
- Fill out the App name (e.g., Vortex Integration) and Support email.
- Under Scopes, add https://www.googleapis.com/auth/contacts.readonly.
- Provide any additional required information and click Save and Continue.
4
Create OAuth Client ID
- Go to APIs & Services > Credentials.
- Click Create Credentials > OAuth Client ID.
- Select Web application.
- Name your client (e.g., Vortex Web Client).
- Under Authorized JavaScript Origins, add your application’s exact URL (e.g., https://dev.example.com:3000).
- Click Create and note your Client ID.
5
Create and Restrict API Key
- On the Credentials page, click Create Credentials > API Key.
- After creation, click Restrict Key.
- Under API restrictions, choose Google People API.
- Under Application restrictions, optionally select HTTP referrers and add your application’s URL.
- Click Save and note the generated API Key.
6
Add Credentials to Vortex
Enter your Client ID and API Key on the Widget tab of the appropriate invitation flow.