GetResponse is one of the most used email marketing automation tools and its API is awesome, but somehow complex to use in user applications. The intent of this library is to provide an simpler way to ...
var cfg = require('./config'); var $apiKey = cfg.getresponse.apiKey; var $apiUrl =cfg.getresponse.apiUrl; var $api = new require('./index')($apiKey,$apiUrl ...