0.1.18 • Published 4 years ago
workbaseone v0.1.18
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
4 years ago
0.1.17
4 years ago
0.1.16
4 years ago
0.1.12
4 years ago
0.1.11
4 years ago
0.1.10
4 years ago
0.1.9
4 years ago
0.1.8
4 years ago
0.1.7
4 years ago
0.1.6
4 years ago
0.1.4
4 years ago
0.1.3
4 years ago
0.1.2
4 years ago
0.1.1
4 years ago
0.1.0
4 years ago
0.0.16
4 years ago
0.0.15
4 years ago
0.0.14
4 years ago
0.0.13
4 years ago
0.0.12
4 years ago
0.0.11
4 years ago
0.0.10
4 years ago
0.0.9
4 years ago
0.0.8
4 years ago
0.0.7
4 years ago
0.0.6
4 years ago
0.0.5
4 years ago
0.0.4
4 years ago
0.0.3
4 years ago
0.0.2
4 years ago
0.0.1
4 years ago