This package adds some new features to the ticket notification methods.
Escalation Events
Escalation events of the advanced escalation always start with Escalation: Escalation Type Name (Event). The following escalation events are available:
- Escalation: Escalation Type Name (Start) (EscalationStart_[EscalationTypeID])
-
This event will be executed if the escalation has been started.
- Escalation: Escalation Type Name (NotifyBefore) (EscalationNotifyBefore_[EscalationTypeID])
-
This event will be executed if the time reached where the agent gets notified for the escalation.
- Escalation: Escalation Type Name (Breached) (EscalationBreached_[EscalationTypeID])
-
This event will be executed if the escalation time has been reached.
- Escalation: Escalation Type Name (Restart) (EscalationRestart_[EscalationTypeID])
-
This event will be executed if the escalation has been restarted.
- Escalation: Escalation Type Name (Suspend) (EscalationSuspend_[EscalationTypeID])
-
This event will be executed if the escalation has been suspended.
- Escalation: Escalation Type Name (ResumeSuspend) (EscalationResumeSuspend_[EscalationTypeID])
-
This event will be executed if the escalation has been resumed from a suspend state.
- Escalation: Escalation Type Name (ResumeStop) (EscalationResumeStop_[EscalationTypeID])
-
This event will be executed if the escalation has been resumed from a stop state.
- Escalation: Escalation Type Name (Stop) (EscalationStop_[EscalationTypeID])
-
This event will be executed if the escalation has been stopped.