How can I attach physical document using notification
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎11-22-2023 12:16 AM
Hi Team,
I need to attach a file using notification activity in workflow.
Could you please help me to achieve it.
I don't want to give hyperlink in a mail for the attachment.
Regards,
Ajay
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎11-22-2023 02:01 AM
Hi @Ajay1998
I believe this same question has been solved before Solved: How to add attachment to workflow notification act... - ServiceNow Community
You will instead trigger and event from the workflow and then create the notification from that event with the attachment.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎11-22-2023 02:04 AM
Additionally there is the include_attachments field on the notification itself which will include all attachments from the source record the email is triggered from.