Skip to content
This repository was archived by the owner on Jun 10, 2025. It is now read-only.

HGData/mk-node-eloqua

Repository files navigation

node-eloqua

A node.js wrapper for the Eloqua API

CircleCI Code Climate Issue Count Test Coverage Dependencies

npm install eloqua

General usage

const eloqua = new Eloqua({
  siteName: ...,
  userName: ...,
  password: ...
});
const results = await eloqua.contacts.getAll();

Bulk export

API Documentation

Get the first page of results

const results = await eloqua.bulk.runExport(name, fields, filter);

Get a stream of the results

const stream = await eloqua.bulk.getExportStream(name, fields, filter);

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •