UNPKG

forest-express

Version:

Official package for all Forest Express Lianas

12 lines (11 loc) 432 B
"use strict"; function CloseioLeadEmailsGetter(Implementation, params, opts) { var Closeio = opts.integrations.closeio.closeio; var closeio = new Closeio(opts.integrations.closeio.apiKey); this.perform = function () { return closeio._get("/activity/email/?lead_id=".concat(params.leadId)).then(function (results) { return [results.data.length, results.data]; }); }; } module.exports = CloseioLeadEmailsGetter;