Less
  • 👋Welcome to Less
  • 🏃 Getting Started
    • A Quick Overview
    • Storage
    • Connectors
    • Modelling
  • 🏃 Exercises
    • Data-Driven Ecommerce
      • Hints
    • Automated Financial Analysis
      • Hints
        • Part 1 - Profit & Loss
        • Part 2 - Metrics
        • Part 3 - Accrual-Based Accounting
    • AI-driven product reviews
      • Hints
  • 🔌 Connectors
    • Intro to Connector
    • Connector Guides
      • AWS Billing
      • Billy
      • Bing Ads
      • Python Connection
      • Customer.io
      • CVR Virk
      • DAWA
      • Dinero
      • DMI
      • ECB Exchange Rates
      • Meta Ads
      • Facebook Page Insights
      • Google Ads
      • Google Analytics
      • Google Sheets
      • Heap.io
      • HubSpot
      • HubSpot Email Marketing (coming soon!)
      • Instagram Page Insights
      • ISO Calendar
      • LinkedIn Ads
      • Mailchimp
      • Matomo
      • Marathon (coming soon!)
      • Mixpanel
      • MongoDB
      • MSSQL
      • MySQL
      • PostgreSQL
      • Salary.dk
      • Slack
      • Stripe
      • Trustpilot (coming soon!)
      • WooCommerce (coming soon!)
      • Zettle
  • 🧊 Modelling
    • Intro to the Canvas
    • Action Guides
      • Basics
        • Input
        • Output
        • Fill
        • Filter
        • Formats
        • Limit
        • Rename
        • Replace
        • Pick
        • Sort
        • Text Transform
        • Unique
      • New Columns
        • Compare
        • Cumulative
        • Date Difference
        • Date Format
        • Date Math
        • Difference
        • Calculate
        • IF Column
        • Text Column
        • Parse JSON
        • Row ID
        • Running Interval
        • Split Columns
      • Reshape
        • Pivot
        • Group By
        • Transpose
      • Merge
        • Append
        • Combine
        • Stack
  • ⛔ Advanced Databases & Security
    • Security
    • Link Database
    • Whitelisting of IPs
  • 🔐 Roles and Permission
    • Basics
    • Abilities
    • Roles
    • Groups
  • 📞 REST API (beta)
    • Basics
    • Endpoints
Powered by GitBook
On this page
  • Intro to Connectors
  • OAuth Connectors
  • Regular Connectors
  1. 🔌 Connectors

Intro to Connector

PreviousHintsNextConnector Guides

Last updated 1 year ago

Intro to Connectors

Our connectors are split into 3 types: OAuth connectors, token-based connectors, and a mix of the two. They only differ by how you authorize Less to extract your data.

OAuth Connectors

OAuth is short for Open Authorization and is essentially an automatic way to give access to third-party solutions like Less. You know those pop-ups that ask "Allow XYZ application to read user data..."? That's probably an OAuth authorization.

We always strive to create OAuth connectors because they are the simplest to use. Whenever you see a pop-up like the one below on Less, you know that it is an OAuth connector.

Regular Connectors

OAuth doesn't exist for all data sources. When OAuth isn't an option, we have to get by with some manual copy/paste. Typically, that means that we ask you for an API Key or maybe a Token of some kind. You have to find or create that token and copy/paste it into Less. We know that's not ideal which is why we prefer OAuth.

🔑 We have created guides for every single Connector that will ask for some kind of manual input

Whenever you see something like the one below, you know it is a regular connector.

OAuth Connection