potrudeau/homebridge-messenger

FUTURE REQUEST - Send a Trigger with Webhook

Opened this issue · 0 comments

Is it possible that when a switch like Pushcut is pressed, a webhook is triggered?

See Example for Pushcut:

{
                    "type": "pushcut",
                    "name": "Test pushcut",                    
                    "notification": "Homebridge-Test",
                    "title": "My notification ",
                    "text": "Hello world"
                    "sendwebhook": "http://trigger to set"
                }  

Then will send the Trigger to Pushcut to get the Notification and another webhook to set another Trigger.