0.1.1 • Published 4 years ago

salesmanago v0.1.1

Weekly downloads
1
License
UNLICENSED
Repository
gitlab
Last release
4 years ago

node-hubspot

Node.js wrapper for the SALESmanago API

Installing

npm install salesmanago

Usage

var Client = require('salesmanago');

var client = new Client();

client.useClientId('CLIENT-ID');
client.useAPIKey('API-KEY');
client.useAPISecret('SECRET_API_KEY');

Contacts

client.contacts.create(data, cb)

Tags

client.tags.get(data, cb)

SALESmanago API

https://www.salesmanago.pl/marketing-automation/developers.htm

License

MIT

Contributors

Pikaj @Pikaj

0.1.1

4 years ago

0.1.0

4 years ago