Skip to content

Demo implementation of a Engage Digital Source SDK endpoint in NodeJS

Notifications You must be signed in to change notification settings

ringcentral-tutorials/engage-digital-source-sdk-demo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Engage Digital Source SDK demo implementation

This is a demo implementation of RingCentral Engage Digital Source SDK

You will find the minimum requirements in order to implement a Engage Digital Source SDK:

  • implementation.info
  • Response signature and request signature check
  • Base actions (show, list)

Request MUST be done with content-type: application/json


Development setup

  1. Clone the repo: git clone git@github.com:ringcentral-tutorials/engage-digital-source-sdk-demo.git
  2. Install the app: npm install
  3. Set your Engage Digital Secret as an environment variable: export DIMELO_SECRET_KEY="YOUR_SECRET_KEY"
  4. Start the app: npm start
  5. You can now send post request on http://localhost:3000

If you want to bypass the signature check you can add a NO_SIGN_CHECK environment variable:

export NO_SIGN_CHECK="ANY_VALUE_YOU_WANT"

Its value won't be used, you can use whatever you want.

About

Demo implementation of a Engage Digital Source SDK endpoint in NodeJS

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published