create_scheduled_report
Schedule recurring email delivery of ServiceNow reports by specifying report ID, recipients, frequency, and format. Automate report distribution to keep stakeholders updated.
Instructions
[Write] Schedule a report for recurring email delivery
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| format | No | Export format: pdf/csv/xlsx | |
| frequency | Yes | Frequency: daily/weekly/monthly | |
| report_id | Yes | Report sys_id | |
| recipients | Yes | Email addresses | |
| day_of_week | No | Day of week (for weekly frequency) | |
| day_of_month | No | Day of month (for monthly frequency) |