Allow GET requests to trigger webhooks

Did you use docker for this add-on? I don’t see any add-on directorys, and what I’ve read says they need to run in their own container.

look like something will be happen

Allow GET in webhook triggers by swiergot · Pull Request #56446 · home-assistant/core · GitHub

All checks have passed 30 successful checks

1 Like

Still waiting for GET requests to use my Akuvox doorbell. I found this PR and hope to see this feature soon:

+1 to have get as a webhook natively as it open while world of automation that you can trigger from any device like oen / close turn on /off for example guest access to device

+1 for GET webhooks

+1

Pleeease…? I really would like to use GET requests from my Shelly switches without bothering with NGINX.

Why is this such a big deal?

+1

Also have devices that GET requests are the only way to integrate them. There is a PR ready to be merged to add this feature. :pray:

+1 for GET

+1 for GET please!

I´m using Shelly devices to manage the lamps in my house. Mi fathers are deaf people and I want to control the lights to flash depending on the door they are knocking on and the native integration is too slow for this.

1 Like

Were did u add this?

+1 for GET Webhooks

Is this available yet?

No, but look like is ready

Hopefully this will be merged soon. Working on an automation with a Mobotix doorstation. Problem is, Mobotix only supports GET.

2 Likes

Is there any alternative method to get “GET” besides of the mentioned reverse proxy?
This ist the last thing to use HA only.

aaaand we got it :smiley:

3 Likes

Anyone use the New get method successfully? Mine still not funtion.

Yes, I’ve used it. It works exactly as documented, to the extent that I’ve set up webhooks with GET access (two hooks).

If you’re looking for assistance, you’ll have to provide more details.

here is my webhook yaml

alias: WebhookOpenGate
description: https://ha.vcbc.com/api/webhook/-G-aED6JrUqHSMYPAne5AM5l0
trigger:
  - platform: event
    event_type: webhook_received
    event_data:
      webhook_id: "-G-aED6JrUqHSMYPAne5AM5l0"
      method: get
condition: []
action:
  - service: cover.open_cover
    data: {}
    target:
      entity_id: cover.msg100_b768_garage_door
    enabled: false
  - type: toggle
    device_id: 2feb92e1a059563631468d82c06d1b97
    entity_id: light.toilet
    domain: light
mode: single

AND my /config/configuration.yaml

# Configure a default setup of Home Assistant (frontend, api, etc)
default_config:

# Text to speech
tts:
  - platform: google_translate

automation: !include automations.yaml
script: !include scripts.yaml
scene: !include scenes.yaml

frontend:
  themes: !include_dir_merge_named themes

http:
  use_x_forwarded_for: true
  trusted_proxies:
    - 192.168.1.0/24
  webhook_id: -G-aED6JrUqHSMYPAne5AM5l0

thank you

try manual “run” your automation, under tree dot menu.
if don’t work there is problem before webhook triggering by url

but it “opengate” or “light” up ?