Google Webhook

Create your own Webhook for free using the Google AppEngine infrastructure. You can send SMS messages to trigger the webhook, which will forward the message to your RESTful API of choice.
Alternatives To Google Webhook
Project NameStarsDownloadsRepos Using ThisPackages Using ThisMost Recent CommitTotal ReleasesLatest ReleaseOpen IssuesLicenseLanguage
Rs Text Forwarder Android Client15
10 years agoagpl-3.0Java
Remote control your phone and get SMS/MMS messages forwarded to your Jabber client without impacting battery life by using a GCM/XMPP gateway.
Astro Bot12
9 years ago1Python
Browse the web entirely over SMS — no apps required.
Google Webhook10
12 years agoPython
Create your own Webhook for free using the Google AppEngine infrastructure. You can send SMS messages to trigger the webhook, which will forward the message to your RESTful API of choice.
Airduino1
10 years ago1apache-2.0Ruby
An Arduino based rotating model airplane which runs according to a given flight path.
Alternatives To Google Webhook
Select To Compare


Alternative Project Comparisons
Readme

Introduction

If you ever wanted to consume SMS in your RESTful Web appliction (for free), read on.

What you need before you start

  1. Google stuff (FREE!):

  2. An Application that has a RESTful API. This repo comes with a Rails example, but you can use any type of technology as long as you expose a REST API.

Installation: Short version

  1. Download this git
  2. Open handle_incoming_email.py file and change the url that points to your restful api
  3. Open app.yaml and change the application name to whatever you want
  4. Deploy the Python Application to your GoogleAppEngine account
  5. Deploy the Rails example app to your Rails server
  6. Configure Google Voice to foreward SMS to your Gmail account
  7. Configure Gmail to foreward email from Google Voice to your Google AppEngine App (<anything_you_want>@<your_application_name>.appspotmail.com

Installation: Long Version

How Does It Work

When you send an SMS message to your Google Voice number, because you configured it to fwd any incoming SMS to your email account, it will trigger an email being send to your email (Duh!). Your email has been setup to foreward any email it receives from Google Voice (@txt.voice.google.com) to your Google AppEngine Application. The application (provided) has been setup to accept incoming emails and will POST the content of the email to your RESTful API which you provide in the handle_incoming_email.py script. You then can do whatever you want in this API with the provided content.

Popular Sms Projects
Popular Appengine Projects
Popular Messaging Categories

Get A Weekly Email With Trending Projects For These Categories
No Spam. Unsubscribe easily at any time.
Python
Google
Rest
Email
Rest Api
Webhook
Sms
Gmail
Appengine