ActiveCampaign / activecampaign-api-nodejs

Node.js wrapper for the ActiveCampaign API
MIT License
39 stars 36 forks source link

Added contact tag methods to whitelist #11

Closed mthommes closed 9 years ago

mthommes commented 9 years ago

This allows API users to make calls like:

var data = {email: 'test@test.com', tags: 'tag1,tag2,etc'};
ac.api('contact/tag/add', data);

Noticed this issue from #10