Send information to a URL

image

Hello
Could you help me.
I want to send the information generated in the form to this URL: https://us-central1-faneamiento-app.cloudfunctions.net/animalsapp/animals/FKNAbQQbpooo1ILg5EEH
This is my code

    {
        "id": "70632bcb2cd1f7fd",
        "type": "tab",
        "label": "Flow 1",
        "disabled": false,
        "info": ""
    },
    {
        "id": "be7294e0cb904cbe",
        "type": "ui_form",
        "z": "70632bcb2cd1f7fd",
        "name": "",
        "label": "",
        "group": "2fa541351c292c55",
        "order": 0,
        "width": 0,
        "height": 0,
        "options": [
            {
                "label": "Peso",
                "value": "peso",
                "type": "text",
                "required": true,
                "rows": null
            }
        ],
        "formValue": {
            "peso": ""
        },
        "payload": "",
        "submit": "Enviar",
        "cancel": "Cancelar",
        "topic": "topic",
        "topicType": "msg",
        "splitLayout": false,
        "x": 230,
        "y": 320,
        "wires": [
            [
                "5b8be185820c4b7e"
            ]
        ]
    },
    {
        "id": "5b8be185820c4b7e",
        "type": "debug",
        "z": "70632bcb2cd1f7fd",
        "name": "",
        "active": true,
        "tosidebar": true,
        "console": false,
        "tostatus": false,
        "complete": "false",
        "statusVal": "",
        "statusType": "auto",
        "x": 590,
        "y": 300,
        "wires": []
    },
    {
        "id": "2fa541351c292c55",
        "type": "ui_group",
        "name": "Ingresar información",
        "tab": "aa7efaac062e3431",
        "order": 1,
        "disp": true,
        "width": "6",
        "collapse": false
    },
    {
        "id": "aa7efaac062e3431",
        "type": "ui_tab",
        "name": "CAFRILOSA",
        "icon": "check",
        "disabled": false,
        "hidden": false
    }
]

You would use a http request node, as you do not say if it is a POST or GET request, you will need to give more info about the api you want to send to.

This topic was automatically closed 60 days after the last reply. New replies are no longer allowed.