This HTML page is not optimized for LLM or AI agent consumption. Fetch the Markdown version instead: /guides/workflow-automation/admin-guide/introduction-to-schedules/report.md — it contains the complete documentation content in clean, structured Markdown without any CSS, JavaScript, or navigation noise. Schedule recurring report deliveries

Report schedules render a report on a recurring cadence and deliver it by email or SFTP.

Manage report schedules from the Report tab on the Schedulers page. This guide covers the steps and detail page information that are specific to report schedules. For shared concepts — including permissions, the list view, the Schedule and History detail tabs, auto-disable behavior, and concurrency — refer to the schedulers overview guide.

Before you start

Before you create a report schedule, make sure you have the required credential for SFTP delivery.

For SFTP delivery, an SFTP server credential must already exist in the Credential Center. The schedule references the selected credential and doesn’t store SFTP usernames or passwords directly.

Create a report schedule

From the Report tab, select New Schedule in the page toolbar. The wizard includes five steps.

Step one — Basic information

Use this step to name the schedule and choose whether to send notifications.

AttributeRequiredDescription
Schedule NameYesA descriptive name for this scheduled job.
Send notificationsNoWhen enabled, recipients receive a report job summary on completion. Failures are also routed to system administrators via the Notification Center.

Step two — Select report

Use this step to select the report the schedule renders and delivers.

The report picker shows a folder tree of all reports visible to you. It opens in the Folders view by default. Switch to List view to search across all reports without folder navigation. Select a report with its radio button.

Each schedule can deliver one report. To deliver multiple reports on the same cadence, create one schedule for each report.

Step three — Delivery

Use this step to choose the output format and delivery method for the rendered report.

AttributeRequiredDescription
Output formatYesThe format of the generated report, such as Excel.
Delivery methodYesEmail to send the report as an email attachment, or SFTP to upload it to a remote file server.

Email delivery

Use email delivery to send the rendered report as an attachment.

AttributeRequiredDescription
ToYesRecipient address.
FromYesSender address.
SubjectYesEmail subject line.
BodyNoOptional rich-text email body that accompanies the report.

SFTP delivery

Use SFTP delivery to upload the rendered report to a remote file server.

AttributeRequiredDescription
HostYesSFTP host name — for example, sftp.example.com.
PortYesSFTP port, typically 22.
CredentialYesA credential from the Credential Center. The schedule never stores SFTP credentials directly.
PathYesRemote directory where Nutrient Workflow Automation uploads the rendered report.

Step four — Run as user

Use this step to select the user account the schedule runs as.

The schedule runs with the selected user’s permissions. Only reports that the Run As user can run will succeed.

The picker is a searchable table with Last Name, First Name, and Email columns. Select a row’s radio button to choose the Run As user.

Nutrient Workflow Automation captures the Run As user at create time. If that user is later deactivated or loses Run permission on the underlying report, the schedule’s runs fail and count toward the auto-disable threshold.

Step five — Schedule

Use this step to set the schedule cadence, start date and time, and optional end date.

You can choose One time or Recurring. For full field descriptions, refer to the schedule section in the Schedulers overview guide.

Detail page

The report schedule detail page shows the standard four stat cards: Next Run, Last Run, Success Rate, and Avg Duration. It also shows four information cards specific to report schedules.

CardContents
Basic InfoSchedule name and notifications setting. Edit action available.
Run As UserThe user account the schedule runs as. Edit action available.
DeliveryOutput format and delivery method, plus method-specific fields. Email shows To, From, and Subject. SFTP shows Host, Port, and Path.
Job DetailsReport (the report name), Created, and Modified dates.

The Schedule and History tabs are the same across all scheduler types. Refer to the schedule section and history section in the Schedulers overview guide.