-
Notifications
You must be signed in to change notification settings - Fork 15
Home
Tim S edited this page Jan 13, 2017
·
11 revisions
The Open Data Exporter is a configurable node.js service that executes PureCloud API requests, performs data calculations and transformations, and exports the data into templates.
- Fulfil prerequisites
- Create a configuration file
- Running the application
- Abandon Report
- Call Detail Report
- Presence Report
- Verint Agent Scorecard Report
- Verint Media Statistics report
- Dev guide: Source Code Overview
- Deep Dive | Templating
- PureCloud Platform API - API documentation
- PureCloud Developer Tools - Tools for helping you work with the PureCloud APIs
- PureCloud API SDK - Used to make Platform API calls to PureCloud
- q - Module for promises
- Moment.js - Used for date manipulation
- Moment Timezone - Extension of Moment.js to handle timezones
- colors - Used to color console messages
- strip-ansi - Used by logging
- lodash - Helpful functions
- JSON Schema Reference Parser - Used to dereference config files
- doT - Used to process templates
- mkdirp - Recursively mkdir