1.0.9 • Published 5 years ago
@cabemo/op v1.0.9
Ontraport Nodejs
This is the unofficial sdk for Ontraport's API on Nodejs.
Installation
yarn add @cabemo/op
Usage
const { Ontraport } = require('op');
const appId = <your-AppId>;
const apiKey = <your-ApiKey>;
const op = new Ontraport(appId, apiKey);
(async () => {
const contactsWithTag = await op.getContactsWithTag('My-Awesome-Tag');
})();
Contributing
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.