Skip to main content
March 3, 2025

SIC Email Notifications

  • March 3, 2025
  • 2 replies
  • 0 views

Does anyone have a business rule that will send you an email notification when the SIC goes down?
Or does anyone know if this is possible?

2 replies

May 6, 2025

I don't have a rule off hand, but this definitely possible.  I know that in 8.4 there is a BRApi utility to check if the gateway is down.  

bool bValue = BRApi.Utilities.IsGatewayOnline(gatewayConnectionName);

You can create a simple extender rule to send out emails if that returns false.

Then wrap that in a data management sequence and put it on the Task Scheduler. 

May 6, 2025

I don't have a rule off hand, but this definitely possible.  I know that in 8.4 there is a BRApi utility to check if the gateway is down.  

bool bValue = BRApi.Utilities.IsGatewayOnline(gatewayConnectionName);

You can create a simple extender rule to send out emails if that returns false.

Then wrap that in a data management sequence and put it on the Task Scheduler.