Mind Expression Docs
English
  • Mind Expression Docs
  • Why Mind Expression
  • Quickstarts
    • Create Scope
    • Add Subject
    • Test
    • Audit
  • Concepts
    • Scopes
    • Subjects
    • Components
    • Sandbox
    • Conversation history
    • Webhooks and escalation
    • Knowledge
    • Live Chat
    • Target Messages
    • Analytics
  • How-to Guides
    • Set up webhooks and escalation
    • Manage global keys
    • Customize messages
    • Educate AI
      • Manage ontologies
      • Recognition Check
      • Semantic Relations
      • Manage entities
    • Steps
    • Components
      • Normal Components
        • Conditions
        • Selection Classes
        • Parameter Bundles
      • Response Components
        • Component Actions
    • Build Q&A Subjects
      • Case 1. Online Payment
      • Case 2. Data Plans
    • Build Info Search Subjects
      • Case 1. Data Usage
      • Case 2. Payment History
    • Build Query Freestyle Subjects
      • Case 1. Data Purchase
      • Case 2. Change Mobile Plan
    • Intelligent Process
      • Introduction to Mindscript
      • Mindscript with Mind Expression
      • Frequently Asked Question
      • Package: Collections and Sequenceable
      • Package: Collections Unordered
      • Package: Collections-Strings
      • Package: Engine-Conversation
      • Package: Kernel-HTTP
      • Package: Kernel-Methods
      • Package: Kernel-Numbers
      • Package: Kernel-Dates
      • Package: Kernel-Objects
      • Package: Kernel Exceptions
      • Package: Cryptography
    • Test and debug
    • Integration
      • Mind Expression API
      • Chat Widget
      • LINE
      • Facebook Messenger
      • Viber
      • Instagram
      • Discord
      • WhatsApp
      • Google Sheet
        • Google Sheet Webhook
      • Google Calendar
        • Google Calendar Webhook
        • Google Calendar: Use Cases
    • Audit AI Activities
    • Live Chat
    • Target Messages
    • Back up, import and restore Scopes
  • Reference
    • Glossary
    • API Docs
Powered by GitBook
On this page
  • Connect with Google Sheet
  • Before you begin
  • Integrate with Google Sheet
  • Setting up Google Sheet Webhook

Was this helpful?

  1. How-to Guides
  2. Integration

Google Sheet

PreviousWhatsAppNextGoogle Sheet Webhook

Last updated 1 year ago

Was this helpful?

Connect with Google Sheet

Connect the Scope with Google Sheets to do the functions below.

  • Insert Row (Send the Scope data to Google Sheets)

  • Get Row (Return Google Sheets data to the Scope)

  • Update Row (Update Google Sheets with the Scope data)

Before you begin

Prepare the google sheet file to integrate with.

Integrate with Google Sheet

  1. Open the scope then go to the integrations section.

  1. Click on the Connect button under Google Sheets.

  2. On the popup screen, click on Connect with Google

  3. Login your google account.

  4. Once logged in, click on Connect.

  5. After connecting, an API key will be provided to be used in a webhook for Google Sheets.

Setting up Google Sheet Webhook

  1. Go to the Scope page and click on Webhooks on the left side menu.

  1. Enter the following details to create the google sheet webhook: Base Webhook URL: https://mindx.mind.ai/api/v2/g/sheets/instructions/ Basic Auth: Paste the API Key from the Google Sheets integration page.

  2. After submitting the webhook details, it can then be used as a webhook to read and write in a google sheet.