TwilioDevEd / lead-alerts-csharp

Instant lead alerts example built in C# and ASP.NET MVC

Home Page:https://www.twilio.com/docs/tutorials/walkthrough/lead-alerts/csharp/mvc

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Twilio

Instant Lead Alerts for C# and 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 demo application shows how to implement instant lead alerts using C# and ASP.NET MVC. Notify sales reps or agents right away when a new lead comes in for a real estate listing or other high value channel.

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 git@github.com:TwilioDevEd/lead-alerts-csharp.git
cd lead-alerts-csharp
  1. Set your configuration variables
copy LeadAlerts.Web/Local.config.example LeadAlerts.Web/Local.config

See Twilio Account Settings to locate the necessary environment variables.

  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.

About

Instant lead alerts example built in C# and ASP.NET MVC

https://www.twilio.com/docs/tutorials/walkthrough/lead-alerts/csharp/mvc

License:MIT License


Languages

Language:C# 77.6%Language:HTML 17.9%Language:CSS 1.9%Language:JavaScript 1.8%Language:ASP.NET 0.8%