Giter VIP home page Giter VIP logo

node-red-contrib-ifttt-broker's People

Contributors

dependabot[bot] avatar fossabot avatar kybermonty avatar yoiang avatar

Stargazers

 avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

Forkers

fossabot

node-red-contrib-ifttt-broker's Issues

Simple example for using action

I'm trying to make an incoming call from IFTTT to node red. This is what my flow looks like

[
    {
        "id": "a22548ee.150878",
        "type": "ifttt-action",
        "z": "5b048bc9.d0e534",
        "broker": "2ef1d138.8024ce",
        "endpoint": "/test/call",
        "fields": [],
        "submit": "submit",
        "cancel": "cancel",
        "name": "Test call",
        "x": 220,
        "y": 400,
        "wires": [
            [
                "2bb69084.04b42"
            ]
        ]
    },
    {
        "id": "2ef1d138.8024ce",
        "type": "ifttt-broker",
        "z": "",
        "host": "192.168.1.101",
        "port": "1234",
        "apiVersion": "v1",
        "name": "IFTTT"
    }
]

I was hoping this would get triggered when I do

GET http://192.168.1.101:1234/test/call or POST http://192.168.1.101:1234/test/call but it keeps responding with this page every time

<!DOCTYPE html>
<html lang="en">

<head>
	<meta charset="utf-8">
	<title>Error</title>
</head>

<body>
	<pre>Cannot POST /test/call</pre>
</body>

</html>

Simple example for starting

Hello,
I found the concept of your IFTTT node very interesting as an easy way to interface node-red with IFTT service. I installed the nodes in Node-Red (in RPi) and have been trying to test the two nodes (action & trigger) with Google assistant service but, unfortunately, I did not get the expected results. I don't know exactly where to get the Service key for setting up the IFTTT broker. I understand that this Service key must also be in the IFTTT URL when we define the applet (is that correct?).
Could you show me (or tell me a link) for a simple example with the main parameters for introducing in the applet and those for setting up the IFTTT broker node in node-red ?
Much appreciated.

Jose Zapico

Ways to surface setup errors

Configuration errors are only realized when IFTTT hits up an endpoint, not when actually settings up. It would be great to call attention to a user that their nodes aren't in parody with their platform.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.