IFTTT Webhook?

Access denied.

Have you tried the procedure and realized it? No?

Access to what?

Browser say can not reach.
And my IFTTT applets was not activated.

Have you tried the procedure and realized it? No?

The url should point to your node-red instance which should be reachable from the internet. Do you have node-red running somewhere?

I know a bit about WebHooks. Here is my presentation on Getting started with WebHooks from The Things Conference at the end of last month:

1 Like

Thanks!

That’ what I want to know.

(1)What is “your node-red instance”?
(2)What is the instance “reachable from the internet”?
(3)What does the “have node-red running somewhere”?

Good explanation document will be welcomed.

Thank you

Or use MQTT in Node-Red if it’s not reachable from the internet-at-large.

Hi, descartes

What URL did you put in your movie?
I can not read it.

And what is it?

And please advise me complete procedure to realize on V3 stack.

Good explanation document will be welcomed.

I put in the web address of the web server that I have the WebHook running on.

It’s my web server, so the address is for my systems. You need to figure out what the address of your Node-Red server is.

Samples available here:

  1. Node Red instance is a running installation of node red.
  2. For TTN webhook to send data to your node red you need to tell it where node red is running and that node red must have a public IP adres so TTN webhook can connect to it.
  3. Do you know what node red is? If not go Google it and find a place that offers node red hosting at a reasonable price. TTN will not provide it for you, you need to set it up yourself, plenty of tutorials on the internet on how to do it and some cloud providers provide it preinstalled.

Then may-be when you found how to do it you can write it for others.

Thanks!

That’s what I want to know.

(1)“web server”??? Why do we have to care about it?
V2 system does not require it.
(2)Any way to realize the “web server” role in V3 stack so that
I don’t have to prepare additional “web server”?

image

What I mean is “good explanation document” for Node-RED.

  1. The webserver is needed to translate the TTN V3 data to the correct format for IFFFT
  2. No you have to have node red (acting as webserver) yourself.
  3. Generic node red documents are available on the internet, Google will find them. The steps on what to do in node red are at the documentation site you linked to earlier.

For 2 you can look at Create a Node-RED starter application – IBM Developer

image

https://www.thethingsindustries.com/docs/integrations/ifttt/tts-setup/

This procedure tells to use “http://127.0.0.1

(1)Is it a public IP address TTN webhook can connect to?
(2)If yes, tell me how can I realize it.

  1. No it isn’t.
  2. Please ask someone with a bit more knowledge in your local community to help you. Explaining these basics is easier done by someone showing you how to do it. Ask in the community if anyone can help you setup node red at a cloud provider.

Nobody knows.
That’s why I’m asking in this forum.

Are there no people with IT skills in your community? Perhaps someone studying IT? Because using the link to the IBM site they should be able to set things up.

image

??? It means V3 procedure does NOT work???

No. Th’s why I’m asking in this forum.

The V3 procedure does work but assumes basic IT knowledge.

The link to the IBM site contains the steps you need to set up node red. That needs to be done first. Then you can use the steps in the TTN documentation where you need to replace 127.0.0.1 with the URL of your node red installation.