LogoLogo
  • Adapptio User Documentation
  • Getting Started
    • Quickstart
    • Architecture Overview
      • Views
      • Actions
      • Integrations
      • API Endpoints
      • Routes
      • Events
      • Assets
    • Editor
      • Main Menu
        • Create New Resources
        • Manage the Application
        • Monitoring Errors
      • Main Toolbar
        • Deploying the Application
        • Opening the Application
        • Preview Mode
        • Error Monitor
      • Components Panel
        • Components
        • Inspector
        • View Settings
      • Outline Panel
        • Data Variables
          • State Variable
          • Data From Action
      • Data Explorer
      • Console
    • Playground
  • Working with Adapptio
    • Best Practices
    • Tutorials
      • 1. Hello World
      • 2. Visualize Data from API
      • 3. Advanced Layout Application
      • 4. Application with In-Memory Database
    • How To
      • Custom Auth
      • Action Logic
        • Transform Node
      • UI Logic
        • Logout
        • Conditional Render
        • One Of
      • Data & Dynamic values
        • Custom Variable
        • Data from Action
        • Dynamic Value
        • Change Value from Event
        • Loading Data from Action to Form
        • Sending Data to Action from a Form
        • Server-side Dropdown Autocompletion
      • Visual
        • Styling Icon Button
      • Layouts
        • Centered Box
        • Header & Sidebar Layout
        • Grid Form Layout
        • Stretched Layout in Row
    • Components
      • Composed Chart
      • Advanced Table
      • Custom Component
    • Examples of Applications
      • SaaS Platforms
      • Customers Portals
      • Information Systems
      • Internal Tools
        • Color Picker
      • IoT Applications
      • Smart Portals
      • Analytics & Calculators
      • Statistics & Monitoring Panels
      • API Data Visualization
      • Simple Games
  • DEPLOYMENT
    • Cloud Hosted
    • Self Hosted
  • REFERENCE GUIDE
    • Components List
      • Application Header
      • Box
      • Container
      • Grid
      • Sidebar Layout
      • View
      • Text Input
      • Number
      • Checkbox
      • Option
      • Date and Time
      • File Upload
    • Properties
      • ACCEPT
      • CUSTOM PLACEHOLDER
      • DESCRIPTION
      • ENABLED
      • FONT SIZE
      • FOREGROUND COLOR
      • FORM DATA KEY
      • HEADERS
      • ICON
      • ID
      • LABEL
      • METHOD
      • MULTIPLE
      • MAX FILE SIZE
      • REQUEST TIMEOUT
      • REQUIRED
      • READ-ONLY
      • SIZE
      • TEXT ALIGNMENT
      • TEXT STYLE
      • URL
      • UPLOAD IMMEDIATELY
      • VALIDATE
      • VALUE
    • Functions
      • Array
      • Date
      • Generators
      • JSON
      • Logic
      • Math
      • Object
      • String
      • Types
      • Util
  • Support
    • Get in touch
    • Release Notes
  • Legal
    • Terms and Conditions
    • GDPR
Powered by GitBook
On this page
  • 1. Creating a New Integration
  • 2. Working with Integrations
  • 3. Configuring Integrations
  • 4. Connecting Integrations into the Actions
  • 5. List of Available Integrations

Was this helpful?

  1. Getting Started
  2. Architecture Overview

Integrations

PreviousActionsNextAPI Endpoints

Last updated 2 years ago

Was this helpful?

The Integrations are providing a data connector between the required Datasource and Actions.

1. Creating a New Integration

Simply click on the Create New option in the Main Menu, select the required Integration, name it, and place it in the desired location.

2. Working with Integrations

Any existing Integration can be renamed, moved, duplicated, or deleted in the Main Menu; click on the Options field.

3. Configuring Integrations

Each of the Adapptio Integrations has its properties, which must be configured appropriately. Clicking on the existing Integration will open the properties window.

4. Connecting Integrations into the Actions

Functions become available in the Action Flowchart Editor with the existing Integration. We can wire together all desired functions from this moment, depending on what kind of Action we are doing. It will be mostly about reading, uploading, editing, and deleting bound Datasource.

5. List of Available Integrations

The most required Integrations like working with databases and rest API are available in the Adapptio. Our team is consistently developing new implementations.

Missing some Integration? Don't hesitate to ask for our support team or community forum.

Adapptio Icons
Name of Integrations

graphQL

inMemoryDB

gRPC

influxDB

REST API

Static Text

Static CSV

Static YAML

Static JSON

Static XML

PostgreSQL

MySQL

MS SQL

Oracle DB

SMTP Client

AWS S3

Sample of the available Integrations