Is there any way to open/download attachments without login into SNOW?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-13-2018 10:30 AM
Hi All,
I have a requirement to send notifications from SNOW with attachments. So I have written the email script and it works but the problem is that in order to open the attachment, the user must be signed in to SNOW, otherwise, they are not able to open the document.
Is there any way to open/download the attachment without login in to SNOW?
Any help would be greatly appreciable.
Thanks
Shrikanth
- Labels:
-
Scripting and Coding

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-14-2018 06:01 AM
As Ankur suggested, you can use the email notification to include the attachment. In your workflow you need to have a script (may be by using the Run Script module) to fire an event (using gs.eventQueue()) and that will trigger the notification.