Add a note to Google drive

Using this applet you can easily add a note to Google Drive and share with others!

How it works

We're going to use If This Then That (IFTTT), a Web service that makes it really easy to connect different services using their APIs, with a simple interface.IFTTT provides a Webhooks service that let us integrate other services on IFTTT with our own projects via a simple HTTP request.
When we have a web request, for example click on a button, then it trigger a service, such as sending you an e-mail, push notifications and so on. In this applet the service is to add a note documentation to your Google Drive.

Documentation
click here to create a new applet
using the following steps:

1.Create a new IFTTT applet and click on "+this" to select your trigger
2.Search and select "Webhooks"

3.Click on the "Connect" button (this should appear only the first time using Webhooks)

4.Click on "Receive a web request"
5.Name your event "hello-ifttt" then click on "Create Trigger"
6.Click on "+that" to select the action to accomplish
7.Type and select "Google Drive"
8.Click on "Create a document"
9.Click on "Create action" (whitout modifying anything) and then "Finish"
Congrats! Your applet is now ready.


go to this page click on "Documentation" button to get your key
then you can begin to code and add your note!
The code could be as following

Congrats! Now we can see the result. There is already a note added in Google drive!