1.3.7 • Published 4 months ago

eloqua v1.3.7

Weekly downloads
16
License
MIT
Repository
github
Last release
4 months ago

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);
1.3.7

4 months ago

1.3.6

1 year ago

1.3.5

4 years ago

1.3.4

4 years ago

1.3.3

4 years ago

1.3.2

4 years ago

1.3.1

4 years ago

1.3.0

5 years ago

1.2.0

5 years ago

1.1.1

5 years ago

1.1.0

5 years ago

1.0.1

5 years ago

1.0.0

5 years ago

0.8.1

6 years ago

0.8.0

6 years ago

0.7.0

6 years ago

0.6.0

6 years ago

0.5.0

6 years ago

0.4.0

6 years ago

0.3.4

6 years ago

0.3.3

6 years ago

0.3.2

6 years ago

0.3.1

6 years ago

0.3.0

6 years ago

0.2.0

6 years ago

0.1.0

6 years ago

0.0.2

6 years ago

0.0.1

6 years ago