SendClean Email API Documentation - Node.js
Info! Do you have any questions on our Email API?
Write to us at support@sendclean.com
Requirements
Node 0.8+
NPM
request 2.0+ (install it with npm -g install request
)
Getting the Library
Installing from the zip release
Download the latest release
Unpack the zip file
Move the file (SendClean.js) somewhere in your project.
Using the Library
Now that you have a copy of the library in your project, you're ready to start using it. All uses of the SendCleanTES API start by including the library and instantiating the SendCleanclass.
var SendClean= require('./SendClean.js');
var SendClean_client = new SendClean.SendClean('owner_id', 'token', 'SendCleanTES_APP_DOMAIN');
After that, you're ready to start making calls.