You are not logged in.

#1 2016-06-15 19:54:18

backXslash
Member
Registered: 2016-03-25
Posts: 151

IFTTT Integration / Restful API / Notifier

Is it possible to integrate NanoDLP with IFTT? Or add some kind of API to allow end users to communicate programmatically with it?

Really, just to allow potential for iOS / Android controller apps, and push notifications and such.

Offline

#2 2016-06-16 05:08:10

Shahin
Administrator
Registered: 2016-02-17
Posts: 3,541

Re: IFTTT Integration / Restful API / Notifier

Actually at-least 3 different versions of mobile app for nanodlp in work. One of the by us for a customer which result would not published by us. It is already possible to communicate with nanodlp as everything available as simple get/post requests.
There are also couple of hidden URLs to get setting from nanodlp.

Regarding IFTTT, you can trigger it using our Syscalls by doing something like this

curl -X POST https://maker.ifttt.com/trigger/{event}/with/key/{key}

Offline

#3 2016-06-16 05:53:51

backXslash
Member
Registered: 2016-03-25
Posts: 151

Re: IFTTT Integration / Restful API / Notifier

Shahin wrote:

Actually at-least 3 different versions of mobile app for nanodlp in work. One of the by us for a customer which result would not be published by us. It is already possible to communicate with nanodlp as everything available as simple get/post requests.
There are also couple of hidden URLs to get setting from nanodlp.

Regarding IFTTT, you can trigger it using our Syscalls by doing something like this

curl -X POST https://maker.ifttt.com/trigger/{event}/with/key/{key}

Nice! Thank you sir!

Offline

Board footer

Powered by FluxBB