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
- Host: GitHub
- URL: https://github.com/freeclimbapi/java-send-sms-during-call-tutorial
- Owner: FreeClimbAPI
- Created: 2019-10-30T15:54:32.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2021-05-10T18:08:11.000Z (over 4 years ago)
- Last Synced: 2025-05-27T12:47:27.897Z (8 months ago)
- Topics: messaging, tutorial
- Language: Java
- Size: 11.7 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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).