{% extends "base.html" %} {% block content %}

Small Django app to contact me using twilio.com

Hi, To contact me please enter your name, phone number, email address and the motive of your call. Once you hit enter, you'll be redirected to a status page that shows you all the process that are actually hapenning with application/process errors if any. Here are the steps that are run in the background:

  • You'll be called and greeted by your name reminding you why you're contacting me
  • You'll be asked if you want to proceed
    • If yes
    • I call my self and screen your name and motive asking to get connected or let you leave a message
      • If proceed
      • I'll connect the 2 legs
        If don't proceed or no answer
      • Let you record a message
      • Transcribe the message and send it both to you and me with url of the recording
      If No
    • You'll get a buy and Hangup
    • I'll egt an email letting me know
{{ form }}
{% endblock %}