How to send the email like this

Hi,

After completion of the UI Automation by EOD I need to share the report as below through mail can someone help me on this??

I need to send the daily total count , success , BRE, SE and success percentage table through email in Body section.

How to do this??
Note: I am using queue for this process

@naveen.s,

You can try this approach.

  1. Get the Queue items processed today using Orchestrator API.
    Use these endpoints
/odata/QueueItems
  1. Deserialize the response and create the report.

Can you please elaborate with work flow??

@naveen.s,

Sorry can’t work on Studio for now so you will have to try it. You can use Swagger for testing this.

1 Like

I suggest use the Get Queue Items activity and you can Use From property of activity to filter via date and use the status checkbox to select the queue items you want.

The output of the activity will give a list of items based on properties provided and you can use that data to prepare your report