@mixmaxhq/sdk

Our client-side SDK.

Usage no npm install needed!

<script type="module">
  import mixmaxhqSdk from 'https://cdn.skypack.dev/@mixmaxhq/sdk';
</script>

README

Mixmax JS SDK

Build Status

This repo is for our Mixmax JavaScript SDK for use by third party apps as well as Mixmax's own apps. It exports a top level module called Mixmax, with submodules

  • Mixmax.editor: APIs for managing the lifecycle of a Mixmax enhancement's editor as documented here.
  • Mixmax.widgets: APIs for embedding Mixmax functionality in your own website, currently the sequence picker as documented here and the embedded calendar as documented here.
  • Mixmax.sidebar: APIs for integrating your website into the Mixmax sidebar as documented here.

If you are interested in contributing to this repo, see here.