LogoLogo
  • GETTING STARTED
    • Welcome to the NLX platform
    • How NLX works
    • Quick start
    • Guides
      • Analytics dashboard
      • Generative Journey (Slots)
      • Model Context Protocol
      • Phone channel
      • Voice+ script
      • Touchpoint components
        • Carousel modality
        • Video modality
    • Terms & concepts
    • Generative AI
    • Developer
  • Build
    • Workspace setup
    • Flows
      • Intro to flows & variables
      • The Canvas
      • Flow settings
      • Nodes
      • Flow appearance
    • Resources
      • Actions
        • Implementation
        • Request model
      • Analytics tags
      • Context variables
      • Data requests
        • Implementation
        • Response model
        • Request model
      • Knowledge bases
        • Ingest content
        • Add metadata
        • Support citations
        • Employ KB
      • Lifecycle hooks
        • Implementation
      • Modalities
      • Secrets
      • Slots (custom)
        • Adding values
        • Translating slots
      • Voice+ scripts
        • Add + download script
        • Deploy script + install SDK
        • Create Voice+ flow
    • Integrations
      • Channels
        • Alexa
        • Amazon Chime SDK
        • Amazon Connect
        • AWS End User Messaging SMS
        • AWS End User Messaging Social
        • Bandwidth
        • Genesys
        • Twilio
        • Zendesk Sunshine
      • LLM services
        • Amazon Bedrock
        • Anthropic
        • Azure OpenAI
        • Cerebras
        • Cohere
        • Google Vertex AI
        • Groq
        • NVIDIA
        • OpenAI
        • xAI
      • Managed APIs
        • Google services
      • NLP engines
        • Amazon Lex
        • Google Dialogflow
        • Google Dialogflow CX
        • Custom NLP
    • Translations
  • Deploy & test
    • Applications
      • Attach flows
      • Assign default behavior
      • Add channels
        • API
          • REST API
        • Alexa
        • Amazon Chime SDK
        • Amazon Connect
        • AWS End User Messaging SMS
        • AWS End User Messaging Social
        • Genesys
        • Genesys SMS
        • Messenger
        • Microsoft Teams
        • Slack
        • SMS via Bandwidth
        • Twilio SMS
        • Twilio Voice
        • WhatsApp via Twilio
        • Zendesk Sunshine
      • Deploy
      • Optional: Set lifecycle
      • Optional: Set languages
    • Test
      • Test a conversation
      • Automated tests
      • Test an external integration
  • Analyze
    • Conversations
    • Analytics
      • Creating dashboards
      • Formulas & multi-metrics
      • Canvas analytics
    • Training
  • Workspace Settings
    • Escalation channels
    • Resource tags
    • Audit
  • Admin
    • Access control
      • Roles & permissions
    • Notifications
    • FAQ
    • Contact support
Powered by GitBook
On this page
  • Integrate a Google API
  • Using a Google API
  1. Build
  2. Integrations
  3. Managed APIs

Google services

Quickly set up Google managed services in your NLX workspace

Last updated 13 hours ago

Integrate a Google API

To integrate with the Gmail, Google Calendar, Google Docs, Google Drive, or Google sheets, begin by logging in to your Google Cloud console:

  • Enable the following APIs by visiting each link and clicking Enable

    • Gmail API:

    • Google Calendar API:

    • Google Sheets API:

    • Google Drive API (required for Google Sheets):

    • Google Docs API:

  • When done enabling your Google API, visit > Click Get Started

  • Fill out the following app info:

    • App Name: e.g., NLX Integration

    • User Support Email: Your current Google email

    • User Type: External

    • Contact Email: Same as above

  • Save and create the app

  • Go to > Click Create Client > Choose Web Application

    • Under Authorized JavaScript Origins, add https://developers.google.com

    • Under Authorized Redirect URLs, add https://developers.google.com/oauthplayground

  • Click Create and save the Client ID and Client Secret

  • Now go to

  • Scroll to Test Users section > Click Add User

  • Enter the Gmail address you’ll use

  • Visit

    • Click settings icon

    • Check Use your own OAuth credentials

    • Paste in your Client ID and Client Secret

  • Select scopes based on the integration you’re setting up

  • Click Authorize APIs

  • Click Continue > Select all permissions > Continue

  • Click Exchange authorization code for tokens

  • Save the Access Token and Refresh Token


To finalize setup in your NLX workspace, select Integrations in your workspce menu

  • Select Add integration and choose the Google integration with a Google service

  • Provide the following you created in previous steps:

    • Access Token

    • Client ID

    • Client Secret

    • Refresh Token

  • Click Create integration

At any time, you may edit or delete your Google integration by expanding the integration name and selecting the edit or delete links.


Using a Google API

To successfully use your Google integration with conversations created in your workspace, be sure to complete the following:

create a

add a and attach your Google integration as a Tool, or use a with your integration assigned and payload fields completed

create a

https://console.cloud.google.com
Enable Gmail
Enable Calendar
Enable Sheets
Enable Drive
Enable Docs
OAuth Consent Screen
Clients
OAuth Consent Audience
OAuth Playground
flow
Generative Journey node in Agentic mode
Data request node in Built-in mode
build & deploy