Assuming that the Sharepoint server and the machine you want to get
notification on are not the same machine, then yes, I think you would
have to create the webpage to handle receiving the SMS-via-HTTPS and
then passing it along to Growl. You should be able to use PHP, but if
you have any experience with
ASP.NET, Microsoft has some instructions
on building an OMS service here:
http://msdn.microsoft.com/en-us/library/ff606754.aspx
Once your service is able to receive the SMS, then you need to get it
to Growl. If you are doing this on an internal network, then you could
probably just target the IP/port of the machine and send a GNTP packet
to it. If you need to send it over the internet, you will have to know
the user's IP address, and they will have to have any firewall or
router set up to allow the incoming GNTP port traffic.
If you want to detail out the process flow you envision, I could
probably provide some more specific input. I have never worked with
Sharepoint or OMS, but since it is just data flowing over HTTP(s), it
should be doable.
> --
> You received this message because you are subscribed to the Google Groups
> "growl for windows" group.
> To view this discussion on the web visit
>
https://groups.google.com/d/msg/growl-for-windows/-/PETbXYtlTTAJ.
> To post to this group, send email to
growl-fo...@googlegroups.com.
> To unsubscribe from this group, send email to
>
growl-for-wind...@googlegroups.com.
> For more options, visit this group at
>
http://groups.google.com/group/growl-for-windows?hl=en.