Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/danito/KnownApiForward
forward json POST api calls from IFTTT to your Known site
https://github.com/danito/KnownApiForward
Last synced: 3 months ago
JSON representation
forward json POST api calls from IFTTT to your Known site
- Host: GitHub
- URL: https://github.com/danito/KnownApiForward
- Owner: danito
- License: gpl-3.0
- Created: 2016-02-10T23:54:53.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2016-02-15T13:09:50.000Z (over 8 years ago)
- Last Synced: 2024-07-27T05:33:04.181Z (4 months ago)
- Language: PHP
- Size: 18.6 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# KnownApiForward
forward json POST api calls from IFTTT to your Known site## IFTT
- create a new IFTTT recipe : if ... then Maker (Make a Web request)
- url : url to this script
- method : POST
- contentType: json
- Body {"body":"I Push my Status to my Known site","id":"YourSecretAuth", "key":"yourSecretKey"}## Actions
The default action will be a status, but you can set the action variable to modify this.
For example
````
{"body":"http://cool.url/","action":"like/edit";"id":"YourSecretAuth", "key":"yourSecretKey"}
````
This would add a new Bookmark to your site. For some entities you need to submit additionnal fields, for a post (/entry/edit) you need to submit a title too.