SLA with list of unassigned tickets

I am trying to create a SLA that will email a list of all of the unassigned tickets to all agents. I am having difficulties writing code that will pull multiple ticket numbers and titles into one email.

Any thoughts?

The thought is to create a SLA that runs at the end of the day and sends an email regarding any tickets that has not been pickup by anyone.

Hi @rhw,

SLAs, triggers and Schedules are started on each ticket separately. Thus, there is no easy way to create an email notification for aggregated unassigned tickets with the help of standard SLAs, triggers or Schedules.

I would recommend you to use Microsoft Flow to build this kind of notifications.

You can create a Microsoft Flow that will be started every day.

Then you can query ‘Tickets’ list with the help of “Get Item” action from the SharePoint connector.

Example of usage

Then use ‘Create HTML table’ action from “Data Operations” connector to build an HTML table from results of the query.

Then send generated table to your agents with the help of “Outlook” connector.

You can also request implementation of this Flow from our paid support. Jut drop us a message to support@plumsail.com.