irritanterik / homey-http-request-actions

HTTP request actions for flows on Homey by Athom
16 stars 14 forks source link

Post trigger with keys and values #33

Open verbem opened 4 years ago

verbem commented 4 years ago

Would like to be able to access keys and values that a POST is returning to homey. Like life360: POST http://test.com/webhook?circleId=XXXX&;placeId=XXXX&userId=XXXX&direction=arrive Maybe store these as JSON in the existing T80?

Is that doable?

irritanterik commented 4 years ago

Have you tried using the Advanced HTTP Options on the A23 card to alter the method from GET to POST?

verbem commented 4 years ago

Sorry it is needed on a T30, I mentioned T80 by mistake. Life360 is sending a POST that I want to use as trigger. The app sees the POST but I do not have access to the values and keys in the url.Op 2 mei 2020 19:22 schreef Erik van Dongen notifications@github.com: Have you tried using the Advanced HTTP Options on the A23 card to alter the method from GET to POST?

—You are receiving this because you authored the thread.Reply to this email directly, view it on GitHub, or unsubscribe.