1.0.2 • Published 4 years ago

churnzerojs-es5 v1.0.2

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

ChurnZeroJS

This is a wrapper for ChurnZero JS Api https://support.churnzero.net/hc/en-us/articles/360004683552-Integrate-ChurnZero-using-Javascript

Usage

import { Client } from '@revenuegrid/churnzerojs';

const client = await Client.connect({
		url: 'analytics.churnzero.net/churnzero.js', // or eu1analytics.churnzero.net/churnzero.js
		apiKey: '{your key}',
		accountId: '{account id}',
		contactId: '{contact id}'
});

client.trackEvent('some custom event');
1.0.2

4 years ago

1.0.1

4 years ago

1.0.0

4 years ago