API GET & eWeLink

 

eWeLink is a universal application of Chinese origin but very popular and with great compatibility with all brands of smart devices. I have been using it for several years, recently they implemented a webhook in order to increase the ease of use of managed devices.

A simple example:
I could from my app in appsheet turn on the fan, open/close the car gate, etc.

However, there is a problem for this to be achieved.

Requests must be GET and this is the only verb that does not appear as an option. I have already tried with POST, DELETE, PATCH, PUT which are the available ones and nothing. "error 400" "invalid content-type"

Although the requests are GET, no value is returned, I have already tested the requests from a mobile app (API TESTER) that allows the requests to be made and it does not work if it is not GET.

I have hopes that they can implement GET, it would be very useful for many.

Will you give me hope?

Captura de pantalla (17).png

โ€ƒ

1 2 287
2 REPLIES 2

You can route your webhook through the Bot to an App Script, which can send GET webhooks.

@Marc_Dillon , that sounds like a good option to me, could you be more detailed, I wouldn't know how to do it.

Top Labels in this Space