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

https://github.com/freeclimbapi/java-send-sms-during-call-tutorial

Java - Send SMS During Call Tutorial
https://github.com/freeclimbapi/java-send-sms-during-call-tutorial

messaging tutorial

Last synced: 7 months ago
JSON representation

Java - Send SMS During Call Tutorial

Awesome Lists containing this project

README

          

# Java - Send SMS During Call Tutorial

This project serves as a guide to help you build an application with FreeClimb. View this tutorial on [FreeClimb.com](https://docs.freeclimb.com/docs/send-a-message#section-java). Specifically, the project will:

- Accepts incoming calls
- Sends text messages to callers

## 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 Tutorial

1. Configure environment variables.

| ENV VARIABLE | DESCRIPTION |
| ----------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| FREE_CLIMB_PHONE_NUMBER | The FreeClimb number that is being used to make a phone call. To learn more go [here](https://docs.freeclimb.com/docs/getting-started-with-freeclimb#section-2-get-a-phone-number) |
| HOST | URL where your app is being hosted |

## Building and Runnning the Tutorial

1. Build and run the application using command:

```bash
$ gradle build && java -Dserver.port=3000 -jar build/libs/gs-spring-boot-0.1.0.jar
```

## Getting Help

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