Home Home
  login

Gemini Community Support Site

This Gemini community support site can be used to find solutions to product issues. You can log in using Open Id, Google Profile and even Facebook. Feel free to ask a question or browse FAQs and documentation. Product tour videos are also available along with how-to videos demonstrating key Gemini capabilities.




Index Alerts API

 5      Breeze - Email-to-ticketing
breeze
 5.1        Introduction to Breeze
breeze
 5.2        Breeze: Queues
breeze
 5.3        Breeze: SMTP Servers
breeze
 5.4        Breeze: Mailboxes
breeze
 5.5        Breeze: Response Templates
breeze
 10.2.5           Scheduler Service
install
 10.8         Notifications
usage
 10.8.1           Project Alerts
usage
 10.8.2           Item Watchers
usage
 10.10.1.2              SMTP and Notifications
admin
 10.11.4.5              Outbound Notifications
converse
 10.11.4.6              Project Mapping
converse
 10.12.8            Alerts API
api
View  |  Print  |  PDF

14 documents found.


Alerts API

api
emails

Gemini generates email alerts when Issues are created, deleted or otherwise updated.

This API is primarily used by the Gemini Scheduler (Windows Service) component for dispatching batched email alerts.

Get Alerts

REST End-point GET/api/alerts.ashx/alerts
Client API Method AlertsService.GetAlerts
Request Body

Returns an array of IssueAlertEN objects that represent pending alerts to be processed.

 

Delete Alert

REST End-point DELETE/api/alerts.ashx/alerts/{alertId}
Client API Method AlertsService.DeleteAlert
Request Body

Deletes an existing IssueAlertEN object (usually after processing the alert).