Hi,
I've got a requirement for SMS integration for alerts. Basically, whenever there's an alert for nodes, the trigger/reset of the alert needs to execute an action that makes an entry into SMS DB table.
Then SMS agent installed on the DB server will grab the entry and relay the entry to SMS service provider.
I believe I could use Powershell script that can grab the alert details and make a table entry as per the SMS db table definition.
Has anyone done this type of SMS integration rather than using HTTP API?
It'd be great if someone could share insights on this.