Skip to content

fsanfilipp/C-Sharp-List-Members-Tutorial

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

C# - List Queue Memebers Tutorial

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

Setting up your new app within your FreeClimb account

To get started using a FreeClimb account, follow the instructions here.

Setting up the Tutorial

  1. Install the nuget packages necessary using command:

    $ dotnet add package freeclimb-cs-sdk --version 1.0.0.1
  2. 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
  3. Provide a value for the variable queueId which is the id of the queue you wish to list the members of. To learn more about queue go here.

Runnning the Tutorial

  1. Run the application using command:

    $ dotnet run

About

C# - List Queue Members Tutorial

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C# 100.0%