Skip to content

Commit

Permalink
Adds the ability to add the webhook subscriptions "Request Abandoned"…
Browse files Browse the repository at this point in the history
… and "Request Fully Abandoned"
  • Loading branch information
Nicola Lanzilotto committed Nov 12, 2024
1 parent 10fbce0 commit e1f19e6
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,8 @@ export class WebhookAddEditComponent implements OnInit {
{ id: "group.delete", name:"Group Delete"},
{ id: "operator.select", name:"Operator Selection"},
{ id: "event.emit", name:"Event Emit"},
{ id: "smart_assignment.request_abandoned", name:"Request Abandoned"},
{ id: "request.fully_abandoned", name:"Request Fully Abandoned"},
]

constructor(
Expand Down

0 comments on commit e1f19e6

Please sign in to comment.