Skip to content

Latest commit

 

History

History
34 lines (21 loc) · 1.74 KB

File metadata and controls

34 lines (21 loc) · 1.74 KB

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