This project serves as a guide to help you build an application with FreeClimb. View this how-to guide on FreeClimb.com. Specifically, the project will:
- Remove a call from a call queue and interact with the dequeue call
To get started using a FreeClimb account, follow the instructions here.
-
Install the node packages necessary using command:
$ yarn install
-
Configure environment variables (this tutorial uses the dotenv package).
ENV VARIABLE DESCRIPTION ACCOUNT_ID Account ID which can be found under API credentials in Dashboard API_KEY API key which can be found under API credentials in Dashboard -
Provide a value for the variables
queueuId
andcallId
. More about queues can be found here and more about calls can be found here
-
Run the application using command:
$ node dequeueMember.js
If you are experiencing difficulties, contact support.