SAP Help Home SAP Intelligent RPA Help Portal SAP Intelligent RPA Community

Module - Automation Alerting

Collection of activities for sending automation alerts to the Intelligent RPA Factory

Activities

Raise Alert

Send a custom alert from the automation.


Technical Name Type Minimal Agent Version
raiseAlert asynchronous WIN-3.24, MAC-3.24, CLOUD-3.34

Input Parameters:

Name Type Attributes Default Description
alertArtifact any mandatory The alert artifact.
parameters any mandatory A map of parameters and their values.

Sample Code:

await irpa_core.automationAlerting.raiseAlert('$.AlertArtifactUid', { amount: 100 })