create_scheduled_report
Schedule recurring email delivery of ServiceNow reports to specified recipients at daily, weekly, or monthly intervals in PDF, CSV, or XLSX formats.
Instructions
[Write] Schedule a report for recurring email delivery
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| report_id | Yes | Report sys_id | |
| frequency | Yes | Frequency: daily/weekly/monthly | |
| recipients | Yes | Email addresses | |
| day_of_week | No | Day of week (for weekly frequency) | |
| day_of_month | No | Day of month (for monthly frequency) | |
| format | No | Export format: pdf/csv/xlsx |