https://github.com/ukcoderj/firetextsamplecsharpapicalls
Basic console application showing how to call the FireText API to send SMS Text Messages via C#
https://github.com/ukcoderj/firetextsamplecsharpapicalls
Last synced: about 1 year ago
JSON representation
Basic console application showing how to call the FireText API to send SMS Text Messages via C#
- Host: GitHub
- URL: https://github.com/ukcoderj/firetextsamplecsharpapicalls
- Owner: ukcoderj
- Created: 2016-11-08T18:18:45.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2016-11-08T18:30:58.000Z (over 9 years ago)
- Last Synced: 2024-11-04T14:57:24.154Z (over 1 year ago)
- Language: C#
- Homepage:
- Size: 8.79 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# FireText API Sample Calls (Basic) - C# Jumpstart
Basic console application showing how to call the FireText API for sending SMS Text Messages via C#
## How do I run it?
- Set up a [FireText](https://www.firetext.co.uk) account.
- Get your [api key](https://app.firetext.co.uk/settings/manage/api/).
- Clone this repository.
Then:
- Open it in Visual Studio 2015 (or greater).
- Update Program.cs with your api key.
- Update ApiCalls/SendSms_Basic.cs -> SendSms method variables as appropriate.
- If trying to receive messages you will need to set up a number with FireText.
- Debug the sample.
The sample runs on .NET 4.6. You can easily port it to .NET Core with just a couple of tweaks.
You can build on these samples using the documentation on the FireText [website](https://www.firetext.co.uk/docs).