Skip to content

themasters/node-salesmanago

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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