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" (improvements)
  • Loading branch information
Nicola Lanzilotto committed Nov 19, 2024
1 parent e1f19e6 commit c82b710
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -59,8 +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"},
{ id: "event.emit.smart_assignment.request_abandoned", name:"Request Abandoned"},
{ id: "event.emit.request.fully_abandoned", name:"Request Fully Abandoned"},
]

constructor(
Expand Down

0 comments on commit c82b710

Please sign in to comment.