UNPKG

forest-express

Version:

Official package for all Forest Express Lianas

10 lines (9 loc) 329 B
"use strict"; function CloseioLeadGetter(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/".concat(params.emailId)); }; } module.exports = CloseioLeadGetter;