Node 0.8+
NPM
request 2.0+ (install it with npm -g install request
)
Download the latest release
Unpack the zip file
Move the file (PowerEmail.js) somewhere in your project.
Now that you have a copy of the library in your project, you're ready to start using it. All uses of the PowerEmailTES API start by including the library and instantiating the PowerEmailclass.
var PowerEmail= require('./PowerEmail.js');
var PowerEmail_client = new PowerEmail.PowerEmail('owner_id', 'token', 'PowerEmailTES_APP_DOMAIN');
After that, you're ready to start making calls.
● Webhook
● Message
● Account