0.1.18 • Published 3 years ago

workbaseone v0.1.18

Weekly downloads
-
License
MIT
Repository
github
Last release
3 years ago

workbaseone.js

WorkbaseONE JS library to send the event streams from your client application

pre requisite

  • An account in WorkbaseONE (Go to: https://success.workbaseone.com)
  • Atleast one event block (Go to: settings -> apps -> your app -> event block)
  • API token (Go to: settings -> apps -> your app -> event block -> token)

installation

npm i workbaseone --save

import

import { WorkbaseONE } from 'workbaseone'

init

    const workbaseClient = new WorkbaseONE({ 
         token: '<YOUR API TOKEN>',
    });

usage

    workbaseClient.publish({
        "block": "daily_active_users",
        "identifier": "matt@randcorp.com",
        "properties": {
            "name": "Item added to cart",
            "description": "Matt added cake to the cart",
            "icon": "🍰",
        },
    });

what's next?

You can view the events populated under the identifier. Learn more about automation and analytics in the WorkbaseONE documentation.

0.1.18

3 years ago

0.1.17

3 years ago

0.1.16

3 years ago

0.1.12

3 years ago

0.1.11

3 years ago

0.1.10

3 years ago

0.1.9

3 years ago

0.1.8

3 years ago

0.1.7

3 years ago

0.1.6

3 years ago

0.1.4

3 years ago

0.1.3

3 years ago

0.1.2

3 years ago

0.1.1

3 years ago

0.1.0

3 years ago

0.0.16

3 years ago

0.0.15

3 years ago

0.0.14

3 years ago

0.0.13

3 years ago

0.0.12

3 years ago

0.0.11

3 years ago

0.0.10

3 years ago

0.0.9

3 years ago

0.0.8

3 years ago

0.0.7

3 years ago

0.0.6

3 years ago

0.0.5

3 years ago

0.0.4

3 years ago

0.0.3

3 years ago

0.0.2

3 years ago

0.0.1

3 years ago