top | item 37219956

(no title)

deostroll | 2 years ago

Not sure if AutoHotKey is the tool for this, but, I am looking for a functionality such that, when I get a ping from MS Teams (say), I want some other system in my home network to notify me of it - perhaps a notification in my android phone?

Anyway we can achieve this?

discuss

order

ChoGGi|2 years ago

I believe you can use ahk to monitor colour changes?

RobertSponge|2 years ago

Doesn’t ms teams have API? I have elgato stream deck and it talks to the local client via official client API.

asmor|2 years ago

It does, but it is extremely limited. The StreamDeck plugin covers essentially the entire (local) API surface. From what I glanced, it might even have been created for the Stream Deck plugin.

https://support.microsoft.com/en-us/office/connect-to-third-...

For everything else, you can either parse a log (have fun!) or ask your AD admin to create credentials so you can use graph API after an OIDC handshake (also have fun!)

mackrevinack|2 years ago

sounds like something that would be better suited to ifttt or zapier