How do I force an alert to fire?
Copy and paste the following URL into Google Chrome and replace Alert ID with the ID of the Alert you want to fire.
http://arki-dev/Arkieva/api/v1/alerts/triggers?dbId=b3d3aff7-9ce6-49a8-99c9-a63272d8a84a&alertId=Alert ID
You can find the Alert ID in the [dbo].[Alerts] table.
Related Articles
How do I get data alert trigger times?
Use a postman program that allows for saving of Web API calls to get data alert trigger times. First using the following URL to get the Calendar Event ID, and the Database ID. http://LocalHost/arkieva/api/v1/config/database/ Then copy and paste the ...
What do I do if I'm having data alerts issues?
Data Alerts are the only Alert types that have conditions, these conditions are data model queries; when a query is run, the value comes back and if the conditions are true, then it evaluates as true. Then the notification is sent. If these ...
Notifications fail to start?
Most likely a misconfiguration. f you get this error, test http://cit-arkievaprd/Arkieva/API. This is the path you should have entered when installing the Fat Client. It is stored in “C:\Program Files\Arkieva\Zemeter.NET.exe.config”. Look for: <add ...
Cannot trigger actions in SQL when a user creates a recurrent event?
The setup for extracting the next date from the table (SQL Triggers) has the potential to produce negative effects when used by multiple users. Our recommendation is to setup alerts for calendar events for non secured items. By setting up an alert a ...