Hi Team,
What would be the routable HTTP POST endpoint that you can use when setting up your webhook in flow fuse? To what http adrress and port I have to send the data to be able to recive it in FlowFuse?
Hi Team,
What would be the routable HTTP POST endpoint that you can use when setting up your webhook in flow fuse? To what http adrress and port I have to send the data to be able to recive it in FlowFuse?
Hi, can you clarify your requirement, please?
Are you saying you have an external application that can call a web hook and you want to create an endpoint inside of a node-red instance running on the FlowFuse platform so that you can call into the FlowFuse instance from this external application?
Hi ,
Im using webhook.site to test my POST data what i'm reciving. It gives me an https address that I have to put in my applicaton to where to post the json data. I can get it in node red on the local network, but my little development sits on the flow fuse cloud node red instence. I'm after the https address for my flow fuse cloud node red application.
Sorry. Still a little unclear to me. What is your goal here?
To call out from a FlowFuse Node-red instance to an external endpoint
Or
To call into an endpoint inside a FlowFuse Node-red instance?
Perhaps if you share a demo flow from your working local dev it will help clarify.
It is the same as the editor URL
thank you, it is a big help,
Hi @imperium85, we have a guide on how to use webhooks with FlowFuse (Node-RED). You can refer to it here: Using Webhook with Node-RED • FlowFuse
brilliant!
I'm still struggeling with this.
I can send my data to webhook.site Using the url it gaves me.
But when I replace the url with my flow fuse one, I dont recive anything in the debug window.
[
{
"id": "webhook-in",
"type": "http in",
"z": "86a5af9f6b93c55f",
"name": "Webhook Receiver",
"url": "/webhook",
"method": "post",
"upload": true,
"swaggerDoc": "",
"x": 330,
"y": 760,
"wires": [
[
"debug-node",
"http-response"
]
]
},
{
"id": "debug-node",
"type": "debug",
"z": "86a5af9f6b93c55f",
"name": "Webhook Debug",
"active": true,
"tosidebar": true,
"console": false,
"tostatus": false,
"complete": "payload",
"targetType": "msg",
"statusVal": "",
"statusType": "auto",
"x": 650,
"y": 760,
"wires": []
},
{
"id": "http-response",
"type": "http response",
"z": "86a5af9f6b93c55f",
"name": "HTTP Response",
"statusCode": "",
"headers": {},
"x": 530,
"y": 810,
"wires": []
}
]
The URL im using is : https://xxxxxx.flowfuse.cloud/webhook
I tired to change the the http in node methode to GET and POST but no luck
What am I missing?
Hi @imperium85 I have messaged you privately so that we can initiate a support thread. Please get in touch.
This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.