1.3.7 • Published 2 years ago

eloqua v1.3.7

Weekly downloads
16
License
MIT
Repository
github
Last release
2 years 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

2 years ago

1.3.6

3 years ago

1.3.5

5 years ago

1.3.4

5 years ago

1.3.3

5 years ago

1.3.2

6 years ago

1.3.1

6 years ago

1.3.0

6 years ago

1.2.0

6 years ago

1.1.1

6 years ago

1.1.0

6 years ago

1.0.1

6 years ago

1.0.0

6 years ago

0.8.1

7 years ago

0.8.0

7 years ago

0.7.0

7 years ago

0.6.0

7 years ago

0.5.0

7 years ago

0.4.0

7 years ago

0.3.4

7 years ago

0.3.3

7 years ago

0.3.2

7 years ago

0.3.1

7 years ago

0.3.0

7 years ago

0.2.0

7 years ago

0.1.0

7 years ago

0.0.2

7 years ago

0.0.1

7 years ago