Table of ContentsCollection of activities for sending automation alerts to the Intelligent RPA Factory
| Raise Alert |
| Technical Name | Type | Minimal Agent Version |
|---|---|---|
| raiseAlert | asynchronous | WIN-3.24, MAC-3.24, CLOUD-3.34 |
| 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 })