potrudeau / homebridge-messenger

Send HomeKit messages with HomeBridge (Pushover / IFTTT / Email)
MIT License
104 stars 9 forks source link

Raw Webhook #23

Open simplytoast1 opened 3 years ago

simplytoast1 commented 3 years ago

Would it be possible to repurpose the IFTTT webhook as a generic webhook we can point the POST to any host? Such as Zapier?

potrudeau commented 3 years ago

We could add a generic webhook option. In your use, what information do youd need to provide to Zapier ?

simplytoast1 commented 3 years ago

Ideally: Name Text Priority

If you wanted to develop a bit more you could also add a “token” field to make sure you can authenticate requests, but TOTALLY not necessary!

as well as the URL to POST to

RosemaryOrchard commented 3 years ago

I'd like to second this request. If this were implemented I could use it with Pushcut to send myself messages. I could do this with HTTP Switches, but that plugin doesn't have quite the right support.

m-marcjanik commented 2 years ago

Being able to use generic webhooks to integrate plugin with services like Zapier would be great!