Skip to content

Commit 05b4f28

Browse files
README.md
1 parent 6ca690c commit 05b4f28

File tree

1 file changed

+11
-0
lines changed
  • Server-Side Components/Server Side/Generate Attachment and add it to the email

1 file changed

+11
-0
lines changed
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
ServiceNow Incident CSV Export Email Script
2+
3+
This ServiceNow email script automatically generates and attaches a CSV file containing incident data to email notifications. The script extracts active incidents from your ServiceNow instance, formats them into a structured CSV file, and attaches the file to outbound email notifications, providing recipients with a comprehensive incident report in a portable format.
4+
5+
What This Script Does:
6+
The email script performs the following operations:
7+
Data Extraction: Queries all active incidents from the ServiceNow incident table
8+
CSV Generation: Formats incident data into a structured CSV file with predefined headers
9+
File Attachment: Automatically attaches the generated CSV file to email notifications
10+
Dynamic Content: Creates fresh data exports each time the notification is triggered
11+
Portable Format: Provides incident data in a universally readable CSV format

0 commit comments

Comments
 (0)