Git Product home page Git Product logo

server-notifications-csharp's Introduction

Twilio

Server Notifications on ASP.NET MVC

Use Twilio to send SMS alerts so that you never miss a critical issue.

Read the full tutorial here!

Local development

  1. First clone this repository and cd into its directory:

    git clone [email protected]:TwilioDevEd/server-notifications-csharp.git
    
    cd server-notifications-csharp
    
  2. Create a copy of ServerNotifications.Web/Local.config.sample and rename it to ServerNotifications.Web/Local.config.

  3. Open ServerNotifications.Web/Local.config and update the following keys:

    <appSettings>
      <add key="TwilioAccountSid" value="TWILIO_ACCOUNT_SID"/>
      <add key="TwilioAuthToken" value="TWILIO_AUTH_TOKEN"/>
      <add key="TwilioPhoneNumber" value="TWILIO_PHONE_NUMBER"/>
    </appSettings>
    

    You can find your Twilio credentials Account SID and Auth Token at https://www.twilio.com/user/account/settings

    Also, you can find a Twilio Phone Number at https://www.twilio.com/user/account/phone-numbers/incoming

  4. Open ServerNotifications.Web/App_Data/administrators.csv and update the the list of administrators accordingly to your requirements.

  5. Build the solution and run the web project. You'll receive a text shortly with details on the exception.

    That's it!

Meta

  • No warranty expressed or implied. Software is as is. Diggity.
  • MIT License
  • Lovingly crafted by Twilio Developer Education.

server-notifications-csharp's People

Contributors

acamino avatar dependabot-preview[bot] avatar joliveros avatar mmena1 avatar smendes avatar pkamp3 avatar hortega avatar jefflinwood avatar kwhinnery avatar maylonpedroso avatar

Stargazers

Hassan Najm avatar Alex Ehrnschwender avatar Bilal Mehrban avatar  avatar

Watchers

 avatar Jarod Reyes avatar Marcos Sampaio avatar Ricky Robinett avatar James Cloos avatar Charlie Weems avatar Omar García avatar Jon Davis avatar Sam Agnew avatar Kat King avatar  avatar Eliecer Hernandez Garbey avatar Craig Dennis avatar Ricky avatar  avatar  avatar Stefani Castellanos avatar Carolina López avatar sstringer avatar Jim Gray avatar Mathews avatar Toby Duckworth avatar  avatar  avatar

server-notifications-csharp's Issues

Help

Is the solution missing few files? When I get to SendMessage method it is looking for Message.cs file which isnt included in the project.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.