This project serves as a guide to help you build an application with FreeClimb. Specifically, the project will:
- List the callers that are members of the specified queue
To get started using a FreeClimb account, follow the instructions here.
-
Install the nuget packages necessary using command:
$ dotnet add package freeclimb-cs-sdk --version 1.0.0.1
-
Configure environment variable
ENV VARIABLE DESCRIPTION ACCOUNT_ID Account ID which can be found under API Keys in Dashboard AUTH_TOKEN Authentication Token which can be found under API Keys in Dashboard -
Provide a value for the variable
queueIdwhich is the id of the queue you wish to list the members of. To learn more about queue go here.
-
Run the application using command:
$ dotnet run