Webhook via HTTP ist nicht stabil



  • HI there,

    I do have an issue within HTTP-call.

    The MQTT subscribe method (ably.io![alt text](![image url](image url))) works very well. Now I want to trigger a HTTP request depending on the return of the MQTT value (webhook at integromat.com). This works in general but is very unstable i.e. sometimes the HTTP call is executed but then again it is not. I even put a delay (5s) between the calls. But even so it is not very stable. Does anyone have a clue what this can be.

    Here is the setup:
    0_1607937327977_mqtt_hhtp.png
    Thanks for your help

    Regards,
    Mathias



  • Found the solution. Within the HTTP Request it was the wrong method for the integromat.com example. It has to be POST not GET. This way it works as expected.