An open API service indexing awesome lists of open source software.

https://github.com/freeclimbapi/c-sharp-collect-digits-how-to-guide

C# -Collect Digits Tutorial
https://github.com/freeclimbapi/c-sharp-collect-digits-how-to-guide

ivr tutorial

Last synced: 22 days ago
JSON representation

C# -Collect Digits Tutorial

Awesome Lists containing this project

README

          

# C# - Collect Digits How-To Guide

This project serves as a guide to help you build an application with FreeClimb. View this how-to guide on [FreeClimb.com](https://docs.freeclimb.com/docs/collect-digits-1#section-c). Specifically, the project will:

- Get digits typed by the caller
- User their response to respond with the selection

## Setting up your new app within your FreeClimb account

To get started using a FreeClimb account, follow the instructions [here](https://docs.freeclimb.com/docs/getting-started-with-freeclimb).

## Setting up the how-to guide

1. Install the nuget packages necessary using command:

```bash
$ dotnet add package freeclimb-cs-sdk
```

2. Configure environment variable

| ENV VARIABLE | DESCRIPTION |
| ----------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| HOST | URL where your app is being hosted |

## Runnning the how-to guide

1. Run the application using command:

```bash
$ dotnet run
```

## Getting Help

If you are experiencing difficulties, [contact support](https://freeclimb.com/support).