0.1.18 • Published 1 year ago

workbaseone v0.1.18

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year 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

1 year ago

0.1.17

1 year ago

0.1.16

1 year ago

0.1.12

1 year ago

0.1.11

1 year ago

0.1.10

1 year ago

0.1.9

1 year ago

0.1.8

1 year ago

0.1.7

1 year ago

0.1.6

1 year ago

0.1.4

1 year ago

0.1.3

1 year ago

0.1.2

1 year ago

0.1.1

1 year ago

0.1.0

1 year ago

0.0.16

1 year ago

0.0.15

1 year ago

0.0.14

1 year ago

0.0.13

1 year ago

0.0.12

1 year ago

0.0.11

1 year ago

0.0.10

1 year ago

0.0.9

1 year ago

0.0.8

1 year ago

0.0.7

1 year ago

0.0.6

1 year ago

0.0.5

1 year ago

0.0.4

1 year ago

0.0.3

1 year ago

0.0.2

1 year ago

0.0.1

1 year ago