Konversation
  • Start Here
    • Welcome 👋
    • Getting Support
    • FAQ's
    • Pricing Plans
  • Getting Started Guide
    • Introduction
    • Set your goals
    • Building your chatbot
    • Maintain success
  • Chatbot Guide for Beginners
    • Introduction
    • What is a chatbot
    • Channels
    • Benefits & importance
    • Use cases
  • Platform
    • Introduction
      • How to start free trial
      • Forgot Password
      • Getting Started Checklist
      • Platform Overview
      • Workspaces & Members
      • Ecommerce
        • Setup Ecommerce
        • Use Ecommerce in the Flow
      • Integrations
        • Paypal
        • Cloudinary
        • Calendly
        • Google Sheets
        • Data Store
        • Email (SMTP/Gmail)
        • Mailchimp
        • Signalwire
        • Twilio
        • Slack
        • Facebook Business
        • Shopify
        • VideoSdk
        • Stripe
    • Connect to Channels
    • Website Chat
    • WhatsApp + 360Dialog
    • Email Templates
    • WhatsApp Cloud
  • Flow Builder
    • Flow Builder Overview
    • Field variable
    • Steps
      • Steps
      • Question step
      • Variable Operation
      • JSON Operation
      • External Request
      • Send Notification
      • Condition Step
      • Split Step
      • Go To Step
    • Sub Flows
      • Subflow
      • Workflow
      • Function Flow
  • Artificial Intelligence
    • OpenAI | ChatGPT
    • GitBook Lens AI
  • Mini Apps
    • Stealth Seminar
  • Users
    • Live Chat
    • Bot Users
  • BOT Automation
    • Keywords
    • Sequences
    • Triggers
    • Comments Keywords
  • Contents
    • Custom Fields
    • Tags
    • One Time Notification (Facebook)
    • Personas
    • Menus
    • Customer Feedback (Facebook)
  • Tools
    • Error Logs
    • Testers
    • Admins
    • Multi Languages
    • Inbound Webhooks
  • Broadcasting
    • Broadcasts
  • Developers
    • Chatbot API
  • Beta Launch
    • Day One
Powered by GitBook
On this page
  1. Platform
  2. Introduction
  3. Integrations

Data Store

PreviousGoogle SheetsNextEmail (SMTP/Gmail)

Last updated 1 year ago

Data Store is a built-in data storage system. With Data Store, you can easily add, delete, update, check up your data either manually or in Action steps.

Setup Data Store

  1. 1.name the Data Store

  2. 2.click "+ Add Field", the following window will pop up.

  3. 3.when finished, click "Save".

​

  1. 1.name the field (used in the system, no space allowed)

  2. 2.choose a value type (an Array can have several values like JSON variable)

  3. 3.give a label if needed (for prettier display)

  4. 4.give a default value if needed

  5. 5.once finish, "Save"

  1. 1.click "Browse" for viewing and editing records

  2. 2.click the pencil for editing fields of Data Store

​You can add/edit/delete records in the data store in 2 ways:

  • Do it manually in the "Browse" window in the following picture

  • Put it in the Action step and the flow will automate the process

Please note thatWhen you add a new record, the system will assign a unique "Record Id" to it automatically. You can access this value by using the field name "_id".

Manage Records Manually

​

  1. 1.add new records, see picture below

  2. 2.edit/delete records

  3. 3.search records

A new record requires values for the fields you set in the data store (value can be blank). There will be a "Delete" button in the editing window and the rest look the same as above.

Manage Records in Action Step

In an Action step, follow steps 1 to 3 in the above picture. Then you will see a list of functions.

The functions work via API calls. This means that, by giving some inputs, you get your outputs from the data store. The outputs are saved in custom fields for future uses.

You might need to know how to build flow and use variables before you read the following functions. See links below for guidance.

Flow Builder

Variable Operation