With Macrodroid, using https://webhook.homey.app/homey_id/2c5/here, I get a 404 for the HTTP POST request, not found POST /apimanager/logic/webhook/2c5
As to be expected, because the standard Pro 2019 webhooks donât work with POST, only with GET.
When I run the webhook as HTTP GET request, it returns "ok", but now the âHereâ flow triggers donât fire of course.
Question:
It is possible however for a Pro 2019 to respond to POST requests, the
âHttp request flow cardsâ and âMicro Web Serverâ apps provide for this option.
Is it possible to adjust the Here app for the Pro 2016-2019 by adding a additional POST webhooks trigger card for example?
_
BTW, except for the webhook detail, it works great when I enter coordinates as test trigger!
I realised the webhook was malformed.
I copied the one you shared https://webhook.homey.app/homey_id/2c5/here
but for me it should be: https://webhook.homey.app/homey_id/loc
Also I didnât know/realise I had to pass the tag myself
Adding queryparameter tag={last_loc_latlong}
helps a lot
Great app. If it is possible to get location information from 2 or more users. How to distinguish these? So the flows can do different things, based on the different locations of the different users.
sorry, I must be dumb, but I donât understand how I would do that. If I use Tasker on the different phones, and set up the webhooks on them. How do I distinguish in the Flow where these webhooks come from?