Skip to content
This repository has been archived by the owner on Oct 27, 2021. It is now read-only.

A sample Django application that supports Twilio webhooks

License

Notifications You must be signed in to change notification settings

TwilioDevEd/webhooks-example-django

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Webhooks Example (Django)

An example application that demonstrates how to build Twilio-ready webhooks with Python and Django, visit this link.

Development

Getting your local environment setup to work with this app is ridiculously easy.

  1. Run the django app
python manage.py runserver
  1. Open browser to http://localhost:8000/message. Should see a message that this method is not allowed, since only Twilio can make requests to this url-- see below.

  2. Tweak away on webhooks/views.py.

Webhook with Twilio {#twilio}

To learn how Twilio uses these webhooks to connect calls and messages go here.

Meta

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

githalytics.com alpha

About

A sample Django application that supports Twilio webhooks

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages