All Projects → TwilioDevEd → appointment-reminders-csharp

TwilioDevEd / appointment-reminders-csharp

Licence: MIT license
Example App and Tutorial content for Appointment Reminders in C# | .NET

Programming Languages

C#
18002 projects
HTML
75241 projects
javascript
184084 projects - #8 most used programming language
ASP.NET
160 projects

Projects that are alternatives of or similar to appointment-reminders-csharp

appointment-reminders-rails
A working Appointment Reminders sample built in Ruby on Rails
Stars: ✭ 36 (+125%)
Mutual labels:  twilio-sms
airtng-flask
AirTNG - Rental-by-owner properties fit for a Captain, implemented in Python with Flask
Stars: ✭ 16 (+0%)
Mutual labels:  twilio-sms
appointment-reminders-node
Node implementation of Appointment Reminders
Stars: ✭ 52 (+225%)
Mutual labels:  twilio-sms
survey-node
Automated surveys via text and voice in Node.js with Express and MongoDB
Stars: ✭ 37 (+131.25%)
Mutual labels:  twilio-sms
airtng-node
AirTNG - Rental-by-owner properties fit for a Captain, implemented with Node.js and Express
Stars: ✭ 43 (+168.75%)
Mutual labels:  twilio-sms
marketing-notifications-node
Demo application showing how to implement SMS notifications (for a mobile marketing use case) in Node.js
Stars: ✭ 13 (-18.75%)
Mutual labels:  twilio-sms
twilio flutter
A Flutter package for Twilio API.
Stars: ✭ 16 (+0%)
Mutual labels:  twilio-sms
Twilio

Apointment Reminders in ASP.NET MVC

Build status

We are currently in the process of updating this sample template. If you are encountering any issues with the sample, please open an issue at github.com/twilio-labs/code-exchange/issues and we'll try to help you.

About

This example demonstrates how to use Twilio to create automatic appointment reminders for your business users.

Read the full tutorial here!

Implementations in other languages:

PHP Java Python Ruby Node
Done Done Done Done Done

Set up

Requirements

Twilio Account Settings

This application should give you a ready-made starting point for writing your own application. Before we begin, we need to collect all the config values we need to run the application:

Config Value Description
Account Sid Your primary Twilio account identifier - find this in the Console.
Auth Token Used to authenticate - just like the above, you'll find this here.
Phone number A Twilio phone number in E.164 format - you can get one here

Local development

After the above requirements have been met:

  1. Clone this repository and cd into it
git clone [email protected]:TwilioDevEd/appointment-reminders-csharp.git
cd appointment-reminders-csharp
  1. Set your configuration variables
copy AppointmentReminders.Web/Web.config.sample AppointmentReminders.Web/Web.config

See Twilio Account Settings to locate the necessary environment variables.

  1. You might also need to run through the initial set of migrations for Entity Framework. In the NuGet Package Manager console, enter:
Update-Database
  1. Build the solution

  2. Run the application

  3. Navigate to http://localhost:1547

That's it!

Resources

  • The CodeExchange repository can be found here.

Contributing

This template is open source and welcomes contributions. All contributions are subject to our Code of Conduct.

Visit the project on GitHub

License

MIT

Disclaimer

No warranty expressed or implied. Software is as is.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].