Editing Webhooks

Jump to: navigation, search

Warning: You are not logged in. Your IP address will be publicly visible if you make any edits. If you log in or create an account, your edits will be attributed to your username, along with other benefits.

The edit can be undone. Please check the comparison below to verify that this is what you want to do, and then save the changes below to finish undoing the edit.
Latest revision Your text
Line 12: Line 12:
  
 
[https://ntfy.sh/ ntfy] is a newer service that supports mobile notifications on iOS and Android devices. It's a free (and open source) service where you don't even need to create an account.  
 
[https://ntfy.sh/ ntfy] is a newer service that supports mobile notifications on iOS and Android devices. It's a free (and open source) service where you don't even need to create an account.  
 +
 +
=== DIY; working without third-party services ===
 +
 +
For custom integrations, it may be helpful to listen for and receive a webhooks with your own software. Webhooks are small-scale HTTP posts to a given URL and it is relatively straightforward (as far as these things go) to deploy a small web server for that purpose. A good article with some starting points is avaialable at [https://hackernoon.com/how-to-listen-for-webhooks-using-python-7g153uad hackernoon] for python and [https://medium.com/@BearerSH/consuming-webhooks-with-node-js-and-express-50e007fc7ae2 the Bearer blog] for node.js. 
  
  
Line 29: Line 33:
  
  
=== Some technical details ===
+
=== Data posted ===
 
 
==== DIY; working without third-party services ====
 
 
 
For custom integrations, it may be helpful to listen for and receive a webhooks with your own software. Webhooks are small-scale HTTP posts to a given URL and it is relatively straightforward (as far as these things go) to deploy a small web server for that purpose. A good article with some starting points is avaialable at [https://hackernoon.com/how-to-listen-for-webhooks-using-python-7g153uad hackernoon] for python and [https://medium.com/@BearerSH/consuming-webhooks-with-node-js-and-express-50e007fc7ae2 the Bearer blog] for node.js. 
 
 
 
 
 
==== Data posted ====
 
  
 
When the AxiDraw finishes a plot and webhooks are enabled, the software will send data by the HTTP POST method to to the URL that you specify.  
 
When the AxiDraw finishes a plot and webhooks are enabled, the software will send data by the HTTP POST method to to the URL that you specify.  

Please note that all contributions to Evil Mad Scientist Wiki are considered to be released under the GNU Free Documentation License 1.3 (see Evil Mad Scientist Wiki:Copyrights for details). If you do not want your writing to be edited mercilessly and redistributed at will, then do not submit it here.
You are also promising us that you wrote this yourself, or copied it from a public domain or similar free resource. Do not submit copyrighted work without permission!

To edit this page, please answer the question that appears below (more info):

Cancel | Editing help (opens in new window)

Template used on this page: