Document attachments on an email notification
-
- UpdatedJan 30, 2025
- 2 minutes to read
- Yokohama
- Notifications
You can attach documents and reports to email notifications by scripting or linking to the sys ID of the record.
You can include all attachments from the source record with the notification. For example, if an incident update generates a notification, you can include all attachments from the incident record with the notification. To include all attachments from the source record, go to Advance view and select the check box for the Include attachments under What will it contain tab. The email messages, including attachments, cannot exceed the maximum email size. This size includes MIME encoding. For details on MIME encoding, see Email service size restrictions.
Attaching documents with scripting
Using scripting, you can attach documents by linking to them, or you can attach various types of reports by specifying their IDs in the system.
Linking to an attachment
You can add an attachment to a notification by linking to the attachment record in the message of the notification. Upon clicking the link, email recipients log in to the instance to view the attachment record.
Attaching reports using the Sys ID
X is the type of report you want to attach (reportID, gaugeID, dashboardID, or chartID).
Y is the sys ID of the report, gauge, dashboard, or chart to be attached.
- ${report:reportID:<abc123>}
- ${report:gaugeID:<abc123>}
- ${report:dashboardID:<abc123>}
- ${report:chartID:<abc123>}