Jump to Content
inTandem Developers Hub
HomeGuidesAPI ReferenceChangelog
inTandem Developers Hub
Guides
HomeGuidesAPI ReferenceChangelog

V3 GUIDES - INTRODUCTION

  • Welcome to the inTandem V3 guides

Platform administration

  • Access Control
    • Main Concepts
    • Permissions List & Defaults
    • App Permissions Request Form
  • Manage Billing & Subscriptions
    • Overview
    • Purchase Flow
    • Cancel Flow
    • Dunning Flow
    • Partner's Pricing Page

BizAI

  • Quickstart - Working with the BizAI Chat
  • BizAI sample chat application

InTandem JS SDK

  • Introduction
  • Installation
  • InTandemMessageHandler
    • addEventListener (callback)
    • removeEventListener (type)
    • init
    • getState
    • setState
    • navigate
    • openModal
    • getJWKSToken
    • getUser
    • destroy
  • Widgets
    • Glossary
    • Iframe Widget Life Cycle
    • Iframe Widgets
  • JWKS (JSON Web Key Set) Overview
Powered by 

Installation

The SDK is a standard npm package that can be easily imported:

npm i @vcita/intandem-app-com

To learn more, you can go directly to the npm page

Updated 4 months ago