UNPKG

n8n-nodes-apolloio

Version:

n8n node for Apollo.io - Search, Enrich, and Prospect People & Organizations via API

15 lines 450 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.ApolloIo = void 0; const description_1 = require("./description"); const router_1 = require("./functions/router"); class ApolloIo { constructor() { this.description = description_1.nodeDescription; } async execute() { return await router_1.router.call(this); } } exports.ApolloIo = ApolloIo; //# sourceMappingURL=ApolloIo.node.js.map