0 0

NFC Webhook notification

YAML:

alias: NFC webhook test
description: ""
trigger:
  - platform: webhook
    allowed_methods:
      - POST
      - PUT
      - GET
    local_only: false
    webhook_id: test1234
condition: []
action:
  - service: notify.mobile_app_pixel
    metadata: {}
    data:
      message: webhook test
      data:
        ttl: 0
        priority: high
mode: single

HTML:



    
    
    Trigger Webhook


    

Trigger Webhook