Sample applications (Interaction Content API)

This page contains links to a sample node.js applications using the Interaction Content API.

Interaction content download

The interaction-content-download application enables you to find interactions within a specified date range or by their GUIDs and download content of those interactions to a selected folder.

Prerequisites

To run the application, you need the following:

  • a Vonage Contact Center account with client credentials generated for the interaction-content:read scope
  • npm package manager (version 6 or higher) and Node.js runtime environment (version 10 or higher).

You can find the application along with its accompanying documentation in the Github repository here: sample application for interaction content download.

Interaction content delete

The interaction-content-delete application enables you to delete interactions by their GUIDs.

Prerequisites

To run the application, you need the following:

  • a Vonage Contact Center account with client credentials generated for the interaction-content:delete scope
  • npm package manager (version 6 or higher) and Node.js runtime environment (version 10 or higher).

You can find the application along with its accompanying documentation in the Github repository here: sample application for interaction content delete.