You can find the email body section in the email edit settings.
Liquid mapping can generate email body, both with and without order details. Use the value below:
{% if orders.count > 0 %}
Here are the orders files. Please process the orders.
{% else %}
There are no orders to be process today
{% endif %}